]> git.pld-linux.org Git - packages/xfce4-terminal.git/blob - wordseps.patch
add back wordseps patch
[packages/xfce4-terminal.git] / wordseps.patch
1 similar patches:
2 - konsole: http://git.pld-linux.org/?p=packages/kdebase.git;a=blob;f=kdebase-konsole-wordseps.patch
3 - Terminal: http://git.pld-linux.org/?p=packages/Terminal.git;a=blob;f=wordseps.patch
4 - Gnome-terminal: http://git.pld-linux.org/?p=packages/gnome-terminal.git;a=blob;f=wordseps.patch
5 - mate-terminal: http://git.pld-linux.org/?p=packages/mate-terminal.git;a=blob;f=wordseps.patch
6 - lxterminal: http://git.pld-linux.org/?p=packages/lxterminal.git;a=blob;f=wordseps.patch
7
8 --- xfce4-terminal-0.6.2/terminal/terminal-preferences.c~       2013-05-05 21:59:59.000000000 +0300
9 +++ xfce4-terminal-0.6.2/terminal/terminal-preferences.c        2013-05-15 23:04:40.569264334 +0300
10 @@ -907,7 +907,7 @@
11        g_param_spec_string ("word-chars",
12                             NULL,
13                             "WordChars",
14 -                           "-A-Za-z0-9,./?%&#:_=+@~",
15 +                           "-A-Za-z0-9,./?%&#:_=+@~;",
16                             G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
17  
18    /* install all properties */
This page took 0.059858 seconds and 3 git commands to generate.