aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-03-06 01:48:07 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-03-06 01:48:07 +0800
commite51771e50c08b7d4e27f2669890a754b515e9795 (patch)
treef6e7db9bdcf77daab4bf38d41a8ecaaf217184bf
parentbc48dcb0a240353125ebad1b2f5e06c4c4ce542a (diff)
downloadgsoc2013-evolution-e51771e50c08b7d4e27f2669890a754b515e9795.tar
gsoc2013-evolution-e51771e50c08b7d4e27f2669890a754b515e9795.tar.gz
gsoc2013-evolution-e51771e50c08b7d4e27f2669890a754b515e9795.tar.bz2
gsoc2013-evolution-e51771e50c08b7d4e27f2669890a754b515e9795.tar.lz
gsoc2013-evolution-e51771e50c08b7d4e27f2669890a754b515e9795.tar.xz
gsoc2013-evolution-e51771e50c08b7d4e27f2669890a754b515e9795.tar.zst
gsoc2013-evolution-e51771e50c08b7d4e27f2669890a754b515e9795.zip
Added icon for "/popups/NewPopup/Folder".
svn path=/trunk/; revision=20176
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/e-shell-view-menu.c4
2 files changed, 7 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 72d07e6bb0..28b28cfc79 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,9 @@
2003-03-05 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-view-menu.c: Added icon for "/popups/NewPopup/Folder".
+
+2003-03-05 Ettore Perazzoli <ettore@ximian.com>
+
* importer/Makefile.am (BUILT_SOURCES): $(IDL_GENERATED), not
$(IDL_GENERATED_H).
(CLEANFILES): Make the same as $(BUILT_SOURCES).
diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c
index 4c2593641b..64aec0cda3 100644
--- a/shell/e-shell-view-menu.c
+++ b/shell/e-shell-view-menu.c
@@ -724,10 +724,12 @@ static EPixmap pixmaps [] = {
E_PIXMAP ("/menu/File/FileImporter", "import.xpm"),
E_PIXMAP ("/menu/File/ToggleOffline", "work_offline.xpm"),
- E_PIXMAP ("/menu/Tools/Settings", "settings-16.png"),
+ E_PIXMAP ("/menu/Tools/Settings", "settings-16.png"),
E_PIXMAP ("/Toolbar/SendReceive", "buttons/send-24-receive.png"),
+ E_PIXMAP ("/popups/NewPopup/Folder", "folder.xpm"),
+
E_PIXMAP_END
};