]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-stock-icons.c
Fix flickering on resizing
[evince.git] / shell / ev-stock-icons.c
index f60697d1061fe293d75f9d4ae50613bfec74685b..2dc9a8857f471971e4a56fdcf2de0b251e58a76e 100644 (file)
@@ -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" }