Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-stock-icons.c
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.c
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.c')
-rw-r--r--shell/ev-stock-icons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-stock-icons.c b/shell/ev-stock-icons.c
index 799878d..c318ded 100644
--- a/shell/ev-stock-icons.c
+++ b/shell/ev-stock-icons.c
@@ -36,11 +36,11 @@ typedef struct {
static const EvStockIcon stock_icons [] = {
{ EV_STOCK_ZOOM_PAGE, "zoom-fit-page" },
{ EV_STOCK_ZOOM_WIDTH, "zoom-fit-width" },
- { EV_STOCK_LEAVE_FULLSCREEN, "view-restore" },
{ EV_STOCK_VIEW_DUAL, "view-page-facing" },
{ EV_STOCK_VIEW_CONTINUOUS, "view-page-continuous" },
{ EV_STOCK_ROTATE_LEFT, "object-rotate-left"},
{ EV_STOCK_ROTATE_RIGHT, "object-rotate-right"},
+ { EV_STOCK_RUN_PRESENTATION, "x-office-presentation"},
};
/**