[epiphany/wip/fixes: 15/15] Activate downloads popover when adding any download
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/fixes: 15/15] Activate downloads popover when adding any download
- Date: Sun, 6 Mar 2016 20:15:00 +0000 (UTC)
commit 37478bfa7607e4cda21d410a7787e3e3855d78b8
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]