diff options
Diffstat (limited to 'nothere')
-rw-r--r-- | nothere/src/nothere-applet.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nothere/src/nothere-applet.c b/nothere/src/nothere-applet.c index b0a8b6e55..f2adb0b9f 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 |