[nautilus/gnome-3-18] nautilus-application: unset slot if new window created



commit 19730073499fcd71ccfd1622e15d94e648f1e844
Author: Carlos Soriano <csoriano gnome org>
Date:   Fri Dec 11 11:01:31 2015 +0100

    nautilus-application: unset slot if new window created
    
    If the new window flag is set, make sure that, whatever the caller
    pass as target slot, we don't use it.

 src/nautilus-application.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-application.c b/src/nautilus-application.c
index ccfbf00..0083152 100644
--- a/src/nautilus-application.c
+++ b/src/nautilus-application.c
@@ -513,6 +513,8 @@ nautilus_application_open_location_full (NautilusApplication     *application,
        } else {
                target_window = nautilus_application_create_window (application,
                                                                     gtk_window_get_screen (GTK_WINDOW 
(active_window)));
+                /* Whatever the caller says, the slot won't be the same */
+                target_slot = NULL;
        }
 
         g_assert (target_window != NULL);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]