diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-18 09:05:55 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-18 09:05:55 +0800 |
commit | 0a2c5b0c061ebdfe9837b165d9de7529050c2d76 (patch) | |
tree | 1ce34abf90f1e715d53e8e15ebc9b10ab514f422 /shell | |
parent | 1c2911bc047924348eb91943fb00ce03079cf68f (diff) | |
download | gsoc2013-evolution-0a2c5b0c061ebdfe9837b165d9de7529050c2d76.tar.gz gsoc2013-evolution-0a2c5b0c061ebdfe9837b165d9de7529050c2d76.tar.zst gsoc2013-evolution-0a2c5b0c061ebdfe9837b165d9de7529050c2d76.zip |
Add a pixmap for the toolbar
SendReceive button.
svn path=/trunk/; revision=23411
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-shell-window-commands.c | 1 |
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"), |