[epiphany] Add visual feedback for importing firefox bookmarks
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Add visual feedback for importing firefox bookmarks
- Date: Fri, 3 May 2019 23:20:14 +0000 (UTC)
commit 264264f249931a892435d0e62921a49020e3d752
Author: Jan-Michael Brummer <jan brummer tabos org>
Date: Fri May 3 19:33:15 2019 +0200
Add visual feedback for importing firefox bookmarks
Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/484
src/window-commands.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/window-commands.c b/src/window-commands.c
index 0c6e07b0b..ddb886055 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -353,7 +353,7 @@ dialog_bookmarks_import_cb (GtkDialog *dialog,
* the profile (he pressed Cancel), don't display the import info dialog
* as no import took place
*/
- if (profile) {
+ if (num_profiles == 1 || profile) {
import_info_dialog = gtk_message_dialog_new (GTK_WINDOW (dialog),
GTK_DIALOG_MODAL,
imported ? GTK_MESSAGE_INFO : GTK_MESSAGE_WARNING,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]