seahorse r2718 - in trunk: . libseahorse



Author: nnielsen
Date: Fri Jan 30 04:49:58 2009
New Revision: 2718
URL: http://svn.gnome.org/viewvc/seahorse?rev=2718&view=rev

Log:
	* libseahorse/seahorse-gtkstock.c: Enable proper folder icon for
keyrings

Modified:
   trunk/ChangeLog
   trunk/libseahorse/seahorse-gtkstock.c
   trunk/libseahorse/seahorse-gtkstock.h

Modified: trunk/libseahorse/seahorse-gtkstock.c
==============================================================================
--- trunk/libseahorse/seahorse-gtkstock.c	(original)
+++ trunk/libseahorse/seahorse-gtkstock.c	Fri Jan 30 04:49:58 2009
@@ -44,6 +44,7 @@
 
 static const gchar *themed_icons[] = {
     SEAHORSE_THEMED_WEBBROWSER,
+    SEAHORSE_THEMED_FOLDER,
     NULL
 };
 

Modified: trunk/libseahorse/seahorse-gtkstock.h
==============================================================================
--- trunk/libseahorse/seahorse-gtkstock.h	(original)
+++ trunk/libseahorse/seahorse-gtkstock.h	Fri Jan 30 04:49:58 2009
@@ -40,6 +40,7 @@
 #define SEAHORSE_STOCK_SHARING      "seahorse-share-keys"
 
 #define SEAHORSE_THEMED_WEBBROWSER  "web-browser"
+#define SEAHORSE_THEMED_FOLDER      "folder"
 
 void    seahorse_gtkstock_init          (void);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]