aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-04-14 05:02:08 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-04-14 05:02:08 +0800
commitd6951d586800774f52f25bcf70fb3b635dfeea13 (patch)
treedbe7e5723140fd0487f6a6995bedbcdf42ac4acf
parent76ca82badb4027a356f3373f9d0bea4a1ba32def (diff)
downloadgsoc2013-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
-rw-r--r--nothere/src/nothere-applet.c3
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