[gimp/icons-wip] icons: Bug 759904



commit 5273a83eac26ca1518b9e1b9d9e890bc0bf4640c
Author: klausstaedtler <staedtler-przyborski web de>
Date:   Sat Jun 25 18:03:03 2016 +0200

    icons: Bug 759904
    
    patch:gimp/plug-ins/common/animation-play.c:
    
    replace window-close
    by gimp-close-all
    
    replace application-quit
    by gimp-quit
    
    patch: gimp/plug-ins/help-browser/dialog.c:
    
    replace
    window-close
    by gimp-quit

 plug-ins/common/animation-play.c |    4 ++--
 plug-ins/help-browser/dialog.c   |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/common/animation-play.c b/plug-ins/common/animation-play.c
index dbfabf6..0ed4dce 100644
--- a/plug-ins/common/animation-play.c
+++ b/plug-ins/common/animation-play.c
@@ -608,12 +608,12 @@ ui_manager_new (GtkWidget *window)
       NULL, NULL, NULL,
       G_CALLBACK (help_callback) },
 
-    { "close", "window-close",
+    { "close", "gimp-close-all",
       NULL, "<control>W", NULL,
       G_CALLBACK (close_callback)
     },
     {
-      "quit", "application-quit",
+      "quit", "gimp-quit",
       NULL, "<control>Q", NULL,
       G_CALLBACK (close_callback)
     },
diff --git a/plug-ins/help-browser/dialog.c b/plug-ins/help-browser/dialog.c
index ebf76dc..d911f16 100644
--- a/plug-ins/help-browser/dialog.c
+++ b/plug-ins/help-browser/dialog.c
@@ -608,7 +608,7 @@ ui_manager_new (GtkWidget *window)
       G_CALLBACK (find_again_callback)
     },
     {
-      "close", "window-close",
+      "close", "gimp-quit",
       NULL, "<control>W", NULL,
       G_CALLBACK (close_callback)
     },


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