X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=cut-n-paste%2Fevinfobar%2Fevinfobar.c;h=e94aaecffb77480599775d93d583e8d8360ce738;hb=e63cb09538113fa2695bc2877902702109eed303;hp=82307503dcbd1ecf53b42eff489c79a4efcb735c;hpb=59c44ffdd870e9a8f59935c02598e721b09e1089;p=evince.git diff --git a/cut-n-paste/evinfobar/evinfobar.c b/cut-n-paste/evinfobar/evinfobar.c index 82307503..e94aaecf 100644 --- a/cut-n-paste/evinfobar/evinfobar.c +++ b/cut-n-paste/evinfobar/evinfobar.c @@ -32,6 +32,7 @@ #include "config.h" #include +#include #include "evinfobar.h" @@ -885,7 +886,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);