[Xfce4-commits] [xfce/xfdesktop] 01/01: Properly fix compile warning (Bug #15034)

noreply at xfce.org noreply at xfce.org
Sun Jan 20 22:32:02 CET 2019


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

a   n   d   r   e       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/xfdesktop.

commit de7f6854ebb97de56500082cf5e437a07f360e68
Author: Andre Miranda <andreldm at xfce.org>
Date:   Sun Jan 20 18:31:16 2019 -0300

    Properly fix compile warning (Bug #15034)
---
 settings/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings/main.c b/settings/main.c
index 120f53f..e2a84e7 100644
--- a/settings/main.c
+++ b/settings/main.c
@@ -1747,7 +1747,7 @@ cb_xfdesktop_icon_orientation_changed(GtkComboBox *combo,
     GtkWindow *window = GTK_WINDOW (gtk_widget_get_toplevel(GTK_WIDGET(combo)));
 
     if(!xfce_dialog_confirm(window, "view-sort-ascending", _("Arrange icons"),
-                            "", question))
+                            NULL, "%s", question))
     {
         return;
     }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list