[Galago-commits] r2892 - in trunk/libnotify: . libnotify
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Mon Jul 31 19:40:56 PDT 2006
Author: chipx86
Date: 2006-07-31 19:40:51 -0700 (Mon, 31 Jul 2006)
New Revision: 2892
Modified:
trunk/libnotify/ChangeLog
trunk/libnotify/libnotify/notification.c
Log:
Emit the property change notification for "status-icon" and not "attach-icon". This closes bug #81.
Modified: trunk/libnotify/ChangeLog
===================================================================
--- trunk/libnotify/ChangeLog 2006-07-30 22:45:44 UTC (rev 2891)
+++ trunk/libnotify/ChangeLog 2006-08-01 02:40:51 UTC (rev 2892)
@@ -1,3 +1,9 @@
+Mon Jul 31 19:40:10 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * libnotify/notification.c:
+ - Emit the property change notification for "status-icon" and not
+ "attach-icon". This closes bug #81.
+
Sat Jul 29 03:02:18 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
* libnotify/notification.c:
Modified: trunk/libnotify/libnotify/notification.c
===================================================================
--- trunk/libnotify/libnotify/notification.c 2006-07-30 22:45:44 UTC (rev 2891)
+++ trunk/libnotify/libnotify/notification.c 2006-08-01 02:40:51 UTC (rev 2892)
@@ -631,7 +631,7 @@
(gpointer)&priv->status_icon);
}
- g_object_notify(G_OBJECT(notification), "attach-icon");
+ g_object_notify(G_OBJECT(notification), "status-icon");
}
#endif /* HAVE_STATUS_ICON */
More information about the galago-commits
mailing list