From d6951d586800774f52f25bcf70fb3b635dfeea13 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sun, 13 Apr 2008 21:02:08 +0000 Subject: [PATCH] Fix icon lookup in nothere. Fixes bug #527924 (Frederic Peters). svn path=/trunk/; revision=935 --- nothere/src/nothere-applet.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nothere/src/nothere-applet.c b/nothere/src/nothere-applet.c index b0a8b6e5..f2adb0b9 100644 --- a/nothere/src/nothere-applet.c +++ b/nothere/src/nothere-applet.c @@ -53,6 +53,9 @@ static void 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 -- 2.39.2