This is an automated email from the git hooks/post-receive script.

ochosi pushed a 
commit to branch 
master
in repository xfce/libxfce4ui.

commit fd0c29100fc10f127ff06662e94b6c8dc5bf8fcc
Author: Simon Steinbeiss <simon.steinbe...@elfenbeinturm.at>
Date:   Sat Jan 4 00:38:41 2020 +0100

    tests: Re-order buttons
---
 tests/test-ui.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test-ui.c b/tests/test-ui.c
index 7d64f61..dce5288 100644
--- a/tests/test-ui.c
+++ b/tests/test-ui.c
@@ -176,9 +176,9 @@ show_xfce_titled_dialog_new_with_mixed_buttons (GtkButton 
*button,
   dialog_gtk3 = xfce_titled_dialog_new_with_mixed_buttons ("Settings Editor 
(Gtk3)", NULL,
                                                            
GTK_DIALOG_DESTROY_WITH_PARENT,
                                                            "help-browser", 
"Help", GTK_RESPONSE_HELP,
-                                                           
"window-close-symbolic", "Close", GTK_RESPONSE_OK,
                                                            "weather-snow", 
"Snow!", GTK_RESPONSE_APPLY,
                                                            "", "no icon", 
GTK_RESPONSE_CANCEL,
+                                                           
"window-close-symbolic", "Close", GTK_RESPONSE_OK,
                                                            NULL);
 
   xfce_titled_dialog_set_subtitle (XFCE_TITLED_DIALOG (dialog_gtk3),

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to