From 6e960097c863c872433bc7d2da1253b18b9bf70e Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Fri, 20 Apr 2007 13:16:51 +0000 Subject: Make fullscreen toolbar always visible. Do not use egg toolbars for 2007-04-20 Carlos Garcia Campos * 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 --- (limited to 'shell/ev-stock-icons.c') 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"}, }; /** -- cgit v0.9.1