From: lisu Date: Wed, 10 Aug 2011 11:44:20 +0000 (+0000) Subject: - obsoleted X-Git-Tag: auto/th/dhcpcd-ui-0_5_2-2~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdhcpcd-ui.git;a=commitdiff_plain;h=afb3f637299092e4a2854b44543b768636d028ce - obsoleted Changed files: dhcpcd-ui-libnotify.patch -> 1.3 --- diff --git a/dhcpcd-ui-libnotify.patch b/dhcpcd-ui-libnotify.patch deleted file mode 100644 index 0dc8b42..0000000 --- a/dhcpcd-ui-libnotify.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- dhcpcd-ui-0.5.1/src/dhcpcd-gtk/main.c~ 2010-06-09 15:55:38.000000000 +0200 -+++ dhcpcd-ui-0.5.1/src/dhcpcd-gtk/main.c 2011-04-07 11:43:05.405993616 +0200 -@@ -194,11 +194,15 @@ - g_strfreev(msgs); - if (nn != NULL) - notify_notification_close(nn, NULL); -+#if !defined(NOTIFY_VERSION_MINOR) || (NOTIFY_VERSION_MAJOR == 0 && NOTIFY_VERSION_MINOR < 7) - if (gtk_status_icon_get_visible(status_icon)) - nn = notify_notification_new_with_status_icon(title, - msg, icon, status_icon); - else - nn = notify_notification_new(title, msg, icon, NULL); -+#else -+ nn = notify_notification_new(title, msg, icon); -+#endif - notify_notification_set_timeout(nn, 5000); - g_signal_connect(nn, "closed", G_CALLBACK(notify_closed), NULL); - notify_notification_show(nn, NULL);