[Xfce4-commits] [apps/xfce4-terminal] 01/02: Enable "Wrap around" by default in the search dialog

noreply at xfce.org noreply at xfce.org
Wed Feb 6 18:46:31 CET 2019


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

f   2   4   0   4       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 apps/xfce4-terminal.

commit 359cc1b6bfea4519611796fbf43e6ad99bda94f6
Author: Igor <f2404 at yandex.ru>
Date:   Wed Feb 6 12:44:48 2019 -0500

    Enable "Wrap around" by default in the search dialog
    
    Like other terminal apps (gnome-terminal, tilix) do.
    
    Bug #15124
---
 terminal/terminal-search-dialog.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/terminal/terminal-search-dialog.c b/terminal/terminal-search-dialog.c
index 663773b..a04e8e9 100644
--- a/terminal/terminal-search-dialog.c
+++ b/terminal/terminal-search-dialog.c
@@ -137,6 +137,7 @@ terminal_search_dialog_init (TerminalSearchDialog *dialog)
       G_CALLBACK (terminal_search_dialog_clear_gregex), dialog);
 
   dialog->wrap_around = gtk_check_button_new_with_mnemonic (_("_Wrap around"));
+  gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (dialog->wrap_around), TRUE);
   gtk_box_pack_start (GTK_BOX (vbox), dialog->wrap_around, FALSE, FALSE, 0);
   g_signal_connect_swapped (G_OBJECT (dialog->wrap_around), "toggled",
       G_CALLBACK (terminal_search_dialog_clear_gregex), dialog);

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


More information about the Xfce4-commits mailing list