[Xfce4-commits] [xfce/xfdesktop] 01/01: Fix compile warning (Bug #15037)

noreply at xfce.org noreply at xfce.org
Sun Jan 13 21:47: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 623613a4e15fab968de1e95b12259b028f636cd1
Author: Andre Miranda <andreldm at xfce.org>
Date:   Sun Jan 13 17:45:18 2019 -0300

    Fix compile warning (Bug #15037)
---
 settings/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/settings/main.c b/settings/main.c
index 4303b7b..120f53f 100644
--- a/settings/main.c
+++ b/settings/main.c
@@ -1739,7 +1739,7 @@ cb_xfdesktop_icon_orientation_changed(GtkComboBox *combo,
                                       gpointer user_data)
 {
     const gchar *cmd = "xfdesktop --arrange";
-    /* TRANSLATORS: Please split the message in half '\n' so the dialog will not be too wide. */
+    /* TRANSLATORS: Please split the message in half with '\n' so the dialog will not be too wide. */
     const gchar *question = _("Would you like to arrange all existing\n"
                               "icons according to the selected orientation?");
     GError *error = NULL;
@@ -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"),
-                            NULL, question))
+                            "", 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