Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-stock-icons.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-04-20 13:16:51 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-04-20 13:16:51 (GMT)
commit6e960097c863c872433bc7d2da1253b18b9bf70e (patch)
tree703ecff533c764116e1ecb50df566dc3041c8fa9 /shell/ev-stock-icons.h
parent8497f6813f18d359a857ec1ac841059dcc24e833 (diff)
Make fullscreen toolbar always visible. Do not use egg toolbars for
2007-04-20 Carlos Garcia Campos <carlosgc@gnome.org> * data/Makefile.am: * data/evince-ui.xml: * shell/ev-stock-icons.[ch]: * shell/ev-application.[ch]: (ev_application_shutdown), (ev_application_init), (ev_application_get_toolbars_model): * shell/ev-window.c: (update_chrome_visibility), (fullscreen_toolbar_setup_item_properties), (ev_window_run_fullscreen), (ev_window_stop_fullscreen), (ev_window_run_presentation), (ev_window_stop_presentation), (ev_window_run_preview), (ev_window_screen_changed), (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation), (ev_window_dispose), (ev_window_init): Make fullscreen toolbar always visible. Do not use egg toolbars for fullscreen and preview modes since such toolbars are not editables. Fixes bugs #300278, #338910 and #316188. svn path=/trunk/; revision=2412
Diffstat (limited to 'shell/ev-stock-icons.h')
-rw-r--r--shell/ev-stock-icons.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-stock-icons.h b/shell/ev-stock-icons.h
index 3ea635a..d461a4a 100644
--- a/shell/ev-stock-icons.h
+++ b/shell/ev-stock-icons.h
@@ -31,11 +31,11 @@ G_BEGIN_DECLS
/* Evince stock icons */
#define EV_STOCK_ZOOM_PAGE "zoom-fit-page"
#define EV_STOCK_ZOOM_WIDTH "zoom-fit-width"
-#define EV_STOCK_LEAVE_FULLSCREEN "view-restore"
#define EV_STOCK_VIEW_DUAL "view-page-facing"
#define EV_STOCK_VIEW_CONTINUOUS "view-page-continuous"
#define EV_STOCK_ROTATE_LEFT "object-rotate-left"
#define EV_STOCK_ROTATE_RIGHT "object-rotate-right"
+#define EV_STOCK_RUN_PRESENTATION "x-office-presentation"
void ev_stock_icons_init (void);