From 7e426ffa6a3da51e9d2957486d495e80e1dea4d8 Mon Sep 17 00:00:00 2001 From: Peter Hofmann Date: Sun, 14 Dec 2014 14:38:23 +0100 Subject: Show the download manager when a download starts This is kind of a quickfix as well (related to #10). I'll have to use this for a while to see if I'm happy with it. --- browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'browser.c') diff --git a/browser.c b/browser.c index 4a1c5e2..0479803 100644 --- a/browser.c +++ b/browser.c @@ -397,7 +397,7 @@ download_handle(WebKitDownload *download, gchar *suggested_filename, gpointer da gtk_tool_button_set_icon_name(GTK_TOOL_BUTTON(tb), "gtk-delete"); gtk_tool_button_set_label(GTK_TOOL_BUTTON(tb), suggested_filename); gtk_toolbar_insert(GTK_TOOLBAR(dm.toolbar), tb, 0); - gtk_widget_show_all(dm.toolbar); + gtk_widget_show_all(dm.win); g_signal_connect(G_OBJECT(download), "notify::estimated-progress", G_CALLBACK(changed_download_progress), tb); -- cgit v1.2.3