[Xfce4-commits] <ristretto:ristretto-0.0> Fix save-copy sensitivity
Stephan Arts
noreply at xfce.org
Sun Oct 23 19:16:58 CEST 2011
Updating branch refs/heads/ristretto-0.0
to 26dad8468682bf62e8cfd8a5f3e0f99b5d687a3b (commit)
from 33d935289ebb30f921f25dd2ecf472dffaa8c755 (commit)
commit 26dad8468682bf62e8cfd8a5f3e0f99b5d687a3b
Author: Stephan Arts <stephan at 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 <stephan at xfce.org>
+ * src/main_window.c: Fix sensitivity of the save-copy button
+
+2009-05-25 Stephan Arts <stephan at 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 (
More information about the Xfce4-commits
mailing list