Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-10-10 17:25:49 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-10-10 17:25:49 (GMT)
commit11c7e9cd813ef98cc4d4fc744a03bc6ea964adec (patch)
tree6c8157fa4587e8184a4da898ac228825559550b4
parent978f6b139070be55e0a0c4209fb0af1c288bfd29 (diff)
Rename gtk_info_bar_new as ev_info_bar_new
I missed this one when renaming gtkinfobar public symbols
-rw-r--r--cut-n-paste/evinfobar/evinfobar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cut-n-paste/evinfobar/evinfobar.c b/cut-n-paste/evinfobar/evinfobar.c
index 8230750..3e46658 100644
--- a/cut-n-paste/evinfobar/evinfobar.c
+++ b/cut-n-paste/evinfobar/evinfobar.c
@@ -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);