]> spindle.queued.net Git - midori/commitdiff
Add a missing variable declaration
authorChristian Dywan <christian@twotoasts.de>
Mon, 23 Mar 2009 20:09:29 +0000 (21:09 +0100)
committerChristian Dywan <christian@twotoasts.de>
Mon, 23 Mar 2009 20:09:29 +0000 (21:09 +0100)
midori/midori-view.c

index 615453211d23e3768ebf06686a840c69b2400f82..97b7081db828a9f14431642f390e045e7339758e 100644 (file)
@@ -1182,6 +1182,8 @@ webkit_web_view_mime_type_decision_cb (GtkWidget*               web_view,
     GdkScreen* screen;
     GtkIconTheme* icon_theme;
     gint response;
+    #else
+    gchar* uri;
     #endif
 
     if (web_frame != webkit_web_view_get_main_frame (WEBKIT_WEB_VIEW (web_view)))