[Galago-commits] r2704 - in trunk/notification-daemon: . src
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Tue Apr 11 22:52:11 PDT 2006
Author: chipx86
Date: 2006-04-11 22:52:07 -0700 (Tue, 11 Apr 2006)
New Revision: 2704
Modified:
trunk/notification-daemon/ChangeLog
trunk/notification-daemon/src/daemon.c
Log:
Patch by Rodney Dawes to fix usage of GtkIconTheme. This closes bug #38.
Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog 2006-04-11 09:45:01 UTC (rev 2703)
+++ trunk/notification-daemon/ChangeLog 2006-04-12 05:52:07 UTC (rev 2704)
@@ -1,3 +1,9 @@
+Tue Apr 11 22:50:22 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * src/daemon.c:
+ - Patch by Rodney Dawes to fix usage of GtkIconTheme. This closes
+ bug #38.
+
==================== 0.3.4 ====================
Sat Feb 04 20:18:54 PST 2006 Christian Hammond <chipx86 at chipx86.com>
Modified: trunk/notification-daemon/src/daemon.c
===================================================================
--- trunk/notification-daemon/src/daemon.c 2006-04-11 09:45:01 UTC (rev 2703)
+++ trunk/notification-daemon/src/daemon.c 2006-04-12 05:52:07 UTC (rev 2704)
@@ -934,7 +934,7 @@
else
{
/* Load icon theme icon */
- GtkIconTheme *theme = gtk_icon_theme_new();
+ GtkIconTheme *theme = gtk_icon_theme_get_default();
GtkIconInfo *icon_info =
gtk_icon_theme_lookup_icon(theme, icon, IMAGE_SIZE,
GTK_ICON_LOOKUP_USE_BUILTIN);
More information about the galago-commits
mailing list