[epiphany] Activate downloads popover when adding any download
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Activate downloads popover when adding any download
- Date: Tue, 22 Mar 2016 00:54:55 +0000 (UTC)
commit c1a468722df3d0408e39854aa7cd00eb17d12a42
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Sat Mar 5 11:26:03 2016 -0600
Activate downloads popover when adding any download
Otherwise, when adding downloads after the first download, it seems like
nothing is happening when clicking on the download link, users might
click and click and download the same file multiple times.
https://bugzilla.gnome.org/show_bug.cgi?id=763141
src/ephy-toolbar.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-toolbar.c b/src/ephy-toolbar.c
index d0530e9..aeec113 100644
--- a/src/ephy-toolbar.c
+++ b/src/ephy-toolbar.c
@@ -59,9 +59,9 @@ download_added_cb (EphyDownloadsManager *manager,
toolbar->downloads_popover = ephy_downloads_popover_new (toolbar->downloads_button);
gtk_menu_button_set_popover (GTK_MENU_BUTTON (toolbar->downloads_button),
toolbar->downloads_popover);
- gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (toolbar->downloads_button), TRUE);
}
+ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (toolbar->downloads_button), TRUE);
gtk_revealer_set_reveal_child (GTK_REVEALER (toolbar->downloads_revealer), TRUE);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]