Author: colossus
Date: 2008-07-09 20:24:51 +0000 (Wed, 09 Jul 2008)
New Revision: 27246

Modified:
   xarchiver/trunk/src/pref_dialog.c
Log:
Fixed no icon for the archive item in preferences dialog. Thanks to Enrico 
Troeger for providing the patch.


Modified: xarchiver/trunk/src/pref_dialog.c
===================================================================
--- xarchiver/trunk/src/pref_dialog.c   2008-07-09 12:56:02 UTC (rev 27245)
+++ xarchiver/trunk/src/pref_dialog.c   2008-07-09 20:24:51 UTC (rev 27246)
@@ -51,7 +51,7 @@
 
        prefs_data->prefs_liststore = gtk_list_store_new 
(3,GDK_TYPE_PIXBUF,G_TYPE_STRING,G_TYPE_UINT);
        gtk_list_store_append (prefs_data->prefs_liststore,&iter);
-       gchar *pixbuf_file = 
g_strconcat(DATADIR,"/pixmaps/xarchiver-behaviour.svg",NULL);
+       gchar *pixbuf_file = 
g_strconcat(DATADIR,"/pixmaps/xarchiver/xarchiver-behaviour.svg",NULL);
        icon_pixbuf = gdk_pixbuf_new_from_file (pixbuf_file,NULL);
        g_free (pixbuf_file);
        gtk_list_store_set (prefs_data->prefs_liststore, &iter, 0, icon_pixbuf, 
1, _("Archive"),2,0,-1);

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to