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:
authorPaolo Borelli <pborelli@katamail.com>2005-04-18 14:45:18 (GMT)
committer Paolo Borelli <pborelli@src.gnome.org>2005-04-18 14:45:18 (GMT)
commitf8e5af3518344dac7c885a7880bbd421ea56116d (patch)
tree6bc76f09babd5a508133f262596e28de32ef07d2 /shell/ev-stock-icons.c
parentb8261d154d9bd065eb6b557b1c9c80e47ea2b4d1 (diff)
constify some vars. ditto.
2005-04-18 Paolo Borelli <pborelli@katamail.com> * shell/ev-stock-icons.c: constify some vars. * shell/ev-window.c: ditto.
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 f60697d..2dc9a88 100644
--- a/shell/ev-stock-icons.c
+++ b/shell/ev-stock-icons.c
@@ -35,7 +35,7 @@ typedef struct {
} EvStockIcon;
/* Evince stock icons from gnome-icon-theme */
-static EvStockIcon stock_icons [] = {
+static const EvStockIcon stock_icons [] = {
{ EV_STOCK_ZOOM_PAGE, "stock_zoom-page" },
{ EV_STOCK_ZOOM_WIDTH, "stock_zoom-page-width" },
{ EV_STOCK_LEAVE_FULLSCREEN, "stock_leave-fullscreen" }