[gimp] Rename gimp_display_shell_selection_layer_set_hidden() to set_layer_hidden()



commit 57541f809362168d2d4fadbe14b8762b2ef1b8a5
Author: Michael Natterer <mitch gimp org>
Date:   Thu Oct 8 09:10:33 2009 +0200

    Rename gimp_display_shell_selection_layer_set_hidden() to set_layer_hidden()

 app/display/gimpdisplayshell-appearance.c |    2 +-
 app/display/gimpdisplayshell-selection.c  |    2 +-
 app/display/gimpdisplayshell-selection.h  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/display/gimpdisplayshell-appearance.c b/app/display/gimpdisplayshell-appearance.c
index 59ba2e1..7d83567 100644
--- a/app/display/gimpdisplayshell-appearance.c
+++ b/app/display/gimpdisplayshell-appearance.c
@@ -299,7 +299,7 @@ gimp_display_shell_set_show_layer (GimpDisplayShell *shell,
 
   g_object_set (options, "show-layer-boundary", show, NULL);
 
-  gimp_display_shell_selection_layer_set_hidden (shell, ! show);
+  gimp_display_shell_selection_set_layer_hidden (shell, ! show);
 
   appearance_set_action_active (shell, "view-show-layer-boundary", show);
 }
diff --git a/app/display/gimpdisplayshell-selection.c b/app/display/gimpdisplayshell-selection.c
index 847f6d3..89be8c9 100644
--- a/app/display/gimpdisplayshell-selection.c
+++ b/app/display/gimpdisplayshell-selection.c
@@ -225,7 +225,7 @@ gimp_display_shell_selection_set_hidden (GimpDisplayShell *shell,
 }
 
 void
-gimp_display_shell_selection_layer_set_hidden (GimpDisplayShell *shell,
+gimp_display_shell_selection_set_layer_hidden (GimpDisplayShell *shell,
                                                gboolean          hidden)
 {
   g_return_if_fail (GIMP_IS_DISPLAY_SHELL (shell));
diff --git a/app/display/gimpdisplayshell-selection.h b/app/display/gimpdisplayshell-selection.h
index 3411aec..10bb1d1 100644
--- a/app/display/gimpdisplayshell-selection.h
+++ b/app/display/gimpdisplayshell-selection.h
@@ -27,7 +27,7 @@ void   gimp_display_shell_selection_control  (GimpDisplayShell     *shell,
 
 void   gimp_display_shell_selection_set_hidden       (GimpDisplayShell *shell,
                                                       gboolean          hidden);
-void   gimp_display_shell_selection_layer_set_hidden (GimpDisplayShell *shell,
+void   gimp_display_shell_selection_set_layer_hidden (GimpDisplayShell *shell,
                                                       gboolean          hidden);
 
 



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