about summary refs log tree commit diff stats
path: root/xombrero.c
diff options
context:
space:
mode:
Diffstat (limited to 'xombrero.c')
-rw-r--r--xombrero.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/xombrero.c b/xombrero.c
index baaecde..3802e0e 100644
--- a/xombrero.c
+++ b/xombrero.c
@@ -5169,9 +5169,8 @@ download_start(struct tab *t, struct download *d, int flag)
 
 		/* get from history */
 		g_object_ref(d->download);
-		if (download_notifications)
-			show_oops(t, "Download of '%s' started...",
-			    basename((char *)webkit_download_get_destination_uri(d->download)));
+		show_oops(t, "Download of '%s' started...",
+		    basename((char *)webkit_download_get_destination_uri(d->download)));
 	}
 
 	if (flag != XT_DL_START)