[Goodies-commits] r5322 - xfce4-mailwatch-plugin/trunk/libmailwatch-core

Brian Tarricone kelnos at xfce.org
Sat Aug 30 10:38:08 CEST 2008


Author: kelnos
Date: 2008-08-30 08:38:08 +0000 (Sat, 30 Aug 2008)
New Revision: 5322

Modified:
   xfce4-mailwatch-plugin/trunk/libmailwatch-core/mailwatch-mailbox-imap.c
Log:
first try icon naming spec's 'folder' icon, then old gnome-fs-directory icon

Modified: xfce4-mailwatch-plugin/trunk/libmailwatch-core/mailwatch-mailbox-imap.c
===================================================================
--- xfce4-mailwatch-plugin/trunk/libmailwatch-core/mailwatch-mailbox-imap.c	2008-08-30 08:37:56 UTC (rev 5321)
+++ xfce4-mailwatch-plugin/trunk/libmailwatch-core/mailwatch-mailbox-imap.c	2008-08-30 08:38:08 UTC (rev 5322)
@@ -1435,6 +1435,8 @@
         icons = g_list_prepend(icons, "stock_open");
         icons = g_list_prepend(icons, "stock_folder");
         icons = g_list_prepend(icons, "stock_directory");
+        icons = g_list_prepend(icons, "gnome-fs-directory");
+        icons = g_list_prepend(icons, "folder");
         
         gtk_icon_size_lookup(GTK_ICON_SIZE_MENU, &iw, &ih);
         pix = xfce_icon_theme_load_list(itheme, icons, iw);




More information about the Goodies-commits mailing list