[gnome-photos] preview-view: Deactivate the current tool before saving the pipeline



commit 5547aa060e46e5586b93150d8261400b4af2dd31
Author: Umang Jain <mailumangjain gmail com>
Date:   Sat Feb 6 16:36:27 2016 +0530

    preview-view: Deactivate the current tool before saving the pipeline
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760931

 src/photos-preview-view.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/photos-preview-view.c b/src/photos-preview-view.c
index 6a50b41..eba3fa5 100644
--- a/src/photos-preview-view.c
+++ b/src/photos-preview-view.c
@@ -511,6 +511,8 @@ photos_preview_view_edit_done (PhotosPreviewView *self)
   item = PHOTOS_BASE_ITEM (photos_base_manager_get_active_object (self->item_mngr));
   g_return_if_fail (item != NULL);
 
+  photos_edit_palette_hide_details (PHOTOS_EDIT_PALETTE (self->palette));
+
   app = g_application_get_default ();
   g_application_hold (app);
 


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