aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view-menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-view-menu.c')
-rw-r--r--shell/e-shell-view-menu.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c
index f3fd95f6be..a84a913051 100644
--- a/shell/e-shell-view-menu.c
+++ b/shell/e-shell-view-menu.c
@@ -47,6 +47,8 @@
#include "e-shell-view-menu.h"
#include "importer/importer.h"
+#include "e-util/e-gui-utils.h"
+
const char *authors[] = {
"Seth Alves",
@@ -479,6 +481,14 @@ BonoboUIVerb help_verbs [] = {
BONOBO_UI_VERB_END
};
+static EPixmap pixmaps [] = {
+ E_PIXMAP ("/menu/File/New/Folder", "folder.xpm"),
+ E_PIXMAP ("/menu/File/Folder/Folder", "folder.xpm"),
+ E_PIXMAP ("/menu/File/FileImporter", "import.xpm"),
+ E_PIXMAP ("/menu/File/WorkOffLine", "work_offline.xpm"),
+ E_PIXMAP_END
+};
+
static void
menu_do_misc (BonoboUIComponent *component,
EShellView *shell_view)
@@ -525,6 +535,8 @@ e_shell_view_menu_setup (EShellView *shell_view)
menu_do_misc (uic, shell_view);
+ e_pixmaps_update (uic, pixmaps);
+
gtk_signal_connect (GTK_OBJECT (shell_view), "shortcut_bar_mode_changed",
GTK_SIGNAL_FUNC (shortcut_bar_mode_changed_cb),
SHORTCUT_BAR_TOGGLE_PATH);