empathy r935 - trunk/nothere/src
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r935 - trunk/nothere/src
- Date: Sun, 13 Apr 2008 22:02:09 +0100 (BST)
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]