[Xfce4-commits] <xfce4-power-manager:master> Another incorrect printf string.

Nick Schermer noreply at xfce.org
Fri Apr 20 14:50:01 CEST 2012


Updating branch refs/heads/master
         to 7aa3771042ee66effcf61b7ef60f3af6ceae6b4f (commit)
       from 07d129732643a63bedabd93c24e361f52ceceb46 (commit)

commit 7aa3771042ee66effcf61b7ef60f3af6ceae6b4f
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Apr 20 14:47:52 2012 +0200

    Another incorrect printf string.

 settings/xfpm-settings-main.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/settings/xfpm-settings-main.c b/settings/xfpm-settings-main.c
index 0986c0b..995be00 100644
--- a/settings/xfpm-settings-main.c
+++ b/settings/xfpm-settings-main.c
@@ -191,10 +191,9 @@ int main (int argc, char **argv)
 	g_print("\n");
 	start_xfpm_if_not_running =
 	    xfce_dialog_confirm (NULL, 
-				 GTK_STOCK_YES, 
-				 _("Run"), 
-				 _("Xfce4 Power Manager is not running, do you want to launch it now?"),
-				 NULL);
+				 GTK_STOCK_EXECUTE,
+				 _("Run"), NULL,
+				 _("Xfce4 Power Manager is not running, do you want to launch it now?"));
 	
 	if ( start_xfpm_if_not_running ) 
 	{


More information about the Xfce4-commits mailing list