Updating branch refs/heads/ristretto-0.0
         to 26dad8468682bf62e8cfd8a5f3e0f99b5d687a3b (commit)
       from 33d935289ebb30f921f25dd2ecf472dffaa8c755 (commit)

commit 26dad8468682bf62e8cfd8a5f3e0f99b5d687a3b
Author: Stephan Arts <step...@xfce.org>
Date:   Mon May 25 11:49:43 2009 +0200

    Fix save-copy sensitivity

 ChangeLog         |    4 ++++
 src/main_window.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1662933..417afa6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-05-25  Stephan Arts <step...@xfce.org>
 
+       * src/main_window.c: Fix sensitivity of the save-copy button
+
+2009-05-25  Stephan Arts <step...@xfce.org>
+
        * src/main_window.c
          src/main_window_ui.xml: Rename save-as to save-copy (suggested by cody
          somerville)
diff --git a/src/main_window.c b/src/main_window.c
index 016bbfb..b702cbf 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -647,7 +647,7 @@ rstto_main_window_set_sensitive (RsttoMainWindow *window, 
gboolean sensitive)
     gtk_widget_set_sensitive (
             gtk_ui_manager_get_widget (
                     window->priv->ui_manager,
-                    "/main-menu/file-menu/save-as"),
+                    "/main-menu/file-menu/save-copy"),
             sensitive);
     gtk_widget_set_sensitive (
             gtk_ui_manager_get_widget (
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to