diff src/main.c @ 1334:f97450e632a1

create toolbar from ui_manager
author nadvornik
date Sat, 28 Feb 2009 09:59:27 +0000
parents 50b325a2386e
children c9949c19a6d0
line wrap: on
line diff
--- a/src/main.c	Fri Feb 27 23:25:31 2009 +0000
+++ b/src/main.c	Sat Feb 28 09:59:27 2009 +0000
@@ -34,6 +34,7 @@
 #include "editors.h"
 #include "exif.h"
 #include "histogram.h"
+#include "pixbuf_util.h"
 
 #include <gdk/gdkkeysyms.h> /* for keyboard values */
 
@@ -778,6 +779,8 @@
 		log_printf("!!! %s may quit unexpectedly with a relocation error.\n", GQ_APPNAME);
 		}
 
+	pixbuf_inline_register_stock_icons();
+
 	parse_command_line_for_debug_option(argc, argv);
 	parse_command_line(argc, argv);