[Xfce4-commits] [xfce/libxfce4ui] 13/28: tests: Re-order buttons
noreply at xfce.org
noreply at xfce.org
Thu Jan 9 23:31:56 CET 2020
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/libxfce4ui.
commit fd0c29100fc10f127ff06662e94b6c8dc5bf8fcc
Author: Simon Steinbeiss <simon.steinbeiss at 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.
More information about the Xfce4-commits
mailing list