Roy's Projects
/
dhcpcd-ui
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix notifications
[dhcpcd-ui]
/
src
/
dhcpcd-gtk
/
main.c
diff --git
a/src/dhcpcd-gtk/main.c
b/src/dhcpcd-gtk/main.c
index 54e1dd74558e89582c0f9dc0c38cbe7019132423..3319cacfec059b842b5fb808523e936427cfac07 100644
(file)
--- a/
src/dhcpcd-gtk/main.c
+++ b/
src/dhcpcd-gtk/main.c
@@
-197,7
+197,6
@@
notify(const char *title, const char *msg, const char *icon)
return;
/* Don't spam the same message */
if (notify_last_msg) {
- return;
if (notify_last_msg && strcmp(msg, notify_last_msg) == 0)
return;
g_free(notify_last_msg);