empathy r935 - trunk/nothere/src



Author: xclaesse
Date: Sun Apr 13 22:02:08 2008
New Revision: 935
URL: http://svn.gnome.org/viewvc/empathy?rev=935&view=rev

Log:
Fix icon lookup in nothere. Fixes bug #527924 (Frederic Peters).


Modified:
   trunk/nothere/src/nothere-applet.c

Modified: trunk/nothere/src/nothere-applet.c
==============================================================================
--- trunk/nothere/src/nothere-applet.c	(original)
+++ trunk/nothere/src/nothere-applet.c	Sun Apr 13 22:02:08 2008
@@ -53,6 +53,9 @@
 nothere_applet_class_init (NotHereAppletClass *class)
 {
 	GTK_OBJECT_CLASS (class)->destroy = nothere_applet_destroy;
+
+	gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (),
+			PKGDATADIR G_DIR_SEPARATOR_S "icons");
 }
 
 static gboolean



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]