[Xfce4-commits] [apps/xfce4-terminal] 01/01: Handle change of MiscBellUrgent option

noreply at xfce.org noreply at xfce.org
Wed Aug 3 10:42:37 CEST 2016


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

f2404 pushed a commit to branch master
in repository apps/xfce4-terminal.

commit e8bad966a7cfe10cf7baa8b74d956fd9ad888773
Author: Igor <f2404 at yandex.ru>
Date:   Wed Aug 3 11:42:31 2016 +0300

    Handle change of MiscBellUrgent option
---
 terminal/terminal-screen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/terminal/terminal-screen.c b/terminal/terminal-screen.c
index d56eb40..b693dcf 100644
--- a/terminal/terminal-screen.c
+++ b/terminal/terminal-screen.c
@@ -501,7 +501,7 @@ terminal_screen_preferences_changed (TerminalPreferences *preferences,
     terminal_screen_update_colors (screen);
   else if (strncmp ("font-", name, strlen ("font-")) == 0)
     terminal_screen_update_font (screen);
-  else if (strcmp ("misc-bell", name) == 0)
+  else if (strncmp ("misc-bell", name, strlen ("misc-bell")) == 0)
     terminal_screen_update_misc_bell (screen);
   else if (strcmp ("misc-cursor-blinks", name) == 0)
     terminal_screen_update_misc_cursor_blinks (screen);

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


More information about the Xfce4-commits mailing list