From 11c7e9cd813ef98cc4d4fc744a03bc6ea964adec Mon Sep 17 00:00:00 2001
From: Carlos Garcia Campos <carlosgc@gnome.org>
Date: Sat, 10 Oct 2009 19:25:49 +0200
Subject: [PATCH] Rename gtk_info_bar_new as ev_info_bar_new

I missed this one when renaming gtkinfobar public symbols
---
 cut-n-paste/evinfobar/evinfobar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cut-n-paste/evinfobar/evinfobar.c b/cut-n-paste/evinfobar/evinfobar.c
index 82307503..3e466587 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);
-- 
2.43.5