aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-shell-window-commands.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index eaa5d2013c..2393e82a42 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,10 @@
2003-11-17 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-window-commands.c: Add a pixmap for the toolbar
+ SendReceive button.
+
+2003-11-17 Ettore Perazzoli <ettore@ximian.com>
+
* main.c (attempt_upgrade): New helper function.
(idle_cb): Call it if we have a local shell. Also, remove unused
variables.
diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c
index d52788e9f6..f5d9bda47c 100644
--- a/shell/e-shell-window-commands.c
+++ b/shell/e-shell-window-commands.c
@@ -278,6 +278,7 @@ static BonoboUIVerb help_verbs [] = {
static EPixmap pixmaps [] = {
E_PIXMAP ("/commands/SendReceive", "send-receive.xpm"),
+ E_PIXMAP ("/Toolbar/SendReceive", "buttons/send-24-receive.png"),
E_PIXMAP ("/menu/File/FileImporter", "import.xpm"),
E_PIXMAP ("/menu/File/ToggleOffline", "work_offline.xpm"),
E_PIXMAP ("/menu/Tools/Settings", "settings-16.png"),