]> www.fi.muni.cz Git - evince.git/commitdiff
Rename gtk_info_bar_new as ev_info_bar_new
authorCarlos Garcia Campos <carlosgc@gnome.org>
Sat, 10 Oct 2009 17:25:49 +0000 (19:25 +0200)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Sat, 10 Oct 2009 17:25:49 +0000 (19:25 +0200)
I missed this one when renaming gtkinfobar public symbols

cut-n-paste/evinfobar/evinfobar.c

index 82307503dcbd1ecf53b42eff489c79a4efcb735c..3e466587111f0c43d62de406d55959e1b77f9ddd 100644 (file)
@@ -885,7 +885,7 @@ ev_info_bar_new_with_buttons (const gchar *first_button_text,
   EvInfoBar *info_bar;
   va_list args;
 
-  info_bar = EV_INFO_BAR (gtk_info_bar_new ());
+  info_bar = EV_INFO_BAR (ev_info_bar_new ());
 
   va_start (args, first_button_text);
   add_buttons_valist (info_bar, first_button_text, args);