]> spindle.queued.net Git - midori/commitdiff
Don't use GtkInfoBar api explicitly in user style/script infobar installer
authorPaweł Forysiuk <tuxator@o2.pl>
Sun, 30 Jan 2011 11:29:48 +0000 (12:29 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 30 Jan 2011 17:58:00 +0000 (18:58 +0100)
extensions/addons.c

index 6839ed483d0e126a8018f6f865f9408f224bfca5..746ac6d2f05ebf3e0c3cadfd71fdd4198de70074 100644 (file)
@@ -94,7 +94,7 @@ struct AddonsList
 };
 
 static void
-addons_install_response (GtkInfoBar* infobar,
+addons_install_response (GtkWidget*  infobar,
                          gint        response_id,
                          MidoriView* view)
 {