~barry/ubuntu/natty/claws-mail/bug-724416

« back to all changes in this revision

Viewing changes to debian/patches/12disable_can_change_accels_by_default.patch

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry, Michael Terry, Loic Minier
  • Date: 2008-06-17 23:07:14 UTC
  • Revision ID: james.westby@ubuntu.com-20080617230714-se2viy5lenwicews
Tags: 3.4.0-2ubuntu1
[ Michael Terry ]
* New patch, 12disable_can_change_accels_by_default, let
  the gtk_can_change_accels pref which allows to change keyboard shortcuts
  from Gtk+ menus default to false for consistence with the GNOME default
  and other UME apps; LP: #223840.

[ Loic Minier ]
* Tweak above changelog entry to clarify actual change.
* Tune Ubuntu revision.
* Update upload date.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: claws-mail-3.4.0/src/prefs_common.c
 
2
===================================================================
 
3
--- claws-mail-3.4.0.orig/src/prefs_common.c    2008-06-04 10:00:23.000000000 -0400
 
4
+++ claws-mail-3.4.0/src/prefs_common.c 2008-06-04 10:00:35.000000000 -0400
 
5
@@ -901,7 +901,7 @@
 
6
        {"filtering_debug_log_length", "500", &prefs_common.filtering_debug_loglength, P_INT,
 
7
         NULL, NULL, NULL},
 
8
 
 
9
-       {"gtk_can_change_accels", "TRUE", &prefs_common.gtk_can_change_accels, P_BOOL,
 
10
+       {"gtk_can_change_accels", "FALSE", &prefs_common.gtk_can_change_accels, P_BOOL,
 
11
         NULL, NULL, NULL},
 
12
 
 
13
        {"color_new", "179", &prefs_common.color_new, P_COLOR,