diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-14 05:02:08 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-14 05:02:08 +0800 |
commit | d6951d586800774f52f25bcf70fb3b635dfeea13 (patch) | |
tree | dbe7e5723140fd0487f6a6995bedbcdf42ac4acf /nothere/src | |
parent | 76ca82badb4027a356f3373f9d0bea4a1ba32def (diff) | |
download | gsoc2013-empathy-d6951d586800774f52f25bcf70fb3b635dfeea13.tar gsoc2013-empathy-d6951d586800774f52f25bcf70fb3b635dfeea13.tar.gz gsoc2013-empathy-d6951d586800774f52f25bcf70fb3b635dfeea13.tar.bz2 gsoc2013-empathy-d6951d586800774f52f25bcf70fb3b635dfeea13.tar.lz gsoc2013-empathy-d6951d586800774f52f25bcf70fb3b635dfeea13.tar.xz gsoc2013-empathy-d6951d586800774f52f25bcf70fb3b635dfeea13.tar.zst gsoc2013-empathy-d6951d586800774f52f25bcf70fb3b635dfeea13.zip |
Fix icon lookup in nothere. Fixes bug #527924 (Frederic Peters).
svn path=/trunk/; revision=935
Diffstat (limited to 'nothere/src')
-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 |