]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-stock-icons.c
Added. Returns whether the animation has everything necessary to run. Do
[evince.git] / shell / ev-stock-icons.c
index f2d059b9cd4c8e8300c6774b912df39352f71f21..ce15dc65d5a346339f5d77947105f00c1950974b 100644 (file)
@@ -21,6 +21,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
  */
 
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
 #include "ev-stock-icons.h"
 
 #include <gtk/gtkiconfactory.h>
 #include "ev-stock-icons.h"
 
 #include <gtk/gtkiconfactory.h>
@@ -34,15 +35,21 @@ typedef struct {
 
 /* Evince stock icons */
 static const EvStockIcon stock_icons [] = {
 
 /* Evince stock icons */
 static const EvStockIcon stock_icons [] = {
+       { EV_STOCK_ZOOM,             "zoom" },
        { EV_STOCK_ZOOM_PAGE,        "zoom-fit-page" },
        { EV_STOCK_ZOOM_WIDTH,       "zoom-fit-width" },
        { 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_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"},
 };
 
 };
 
+/**
+ * ev_stock_icons_init:
+ *
+ * Creates a new icon factory, adding the base stock icons to it.
+ */
 void
 ev_stock_icons_init (void)
 {
 void
 ev_stock_icons_init (void)
 {