Add a missing variable declaration
This commit is contained in:
parent
637388a8de
commit
1aa158d78f
1 changed files with 2 additions and 0 deletions
|
@ -1182,6 +1182,8 @@ webkit_web_view_mime_type_decision_cb (GtkWidget* web_view,
|
||||||
GdkScreen* screen;
|
GdkScreen* screen;
|
||||||
GtkIconTheme* icon_theme;
|
GtkIconTheme* icon_theme;
|
||||||
gint response;
|
gint response;
|
||||||
|
#else
|
||||||
|
gchar* uri;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (web_frame != webkit_web_view_get_main_frame (WEBKIT_WEB_VIEW (web_view)))
|
if (web_frame != webkit_web_view_get_main_frame (WEBKIT_WEB_VIEW (web_view)))
|
||||||
|
|
Loading…
Reference in a new issue