~ubuntu-branches/ubuntu/trusty/gnome-control-center/trusty-updates

« back to all changes in this revision

Viewing changes to .pc/git_hide_unavailable_layout_settings_btn.patch/panels/region/gnome-region-panel-input.c

  • Committer: Package Import Robot
  • Author(s): Iain Lane, Iain Lane, William Hua
  • Date: 2013-10-18 12:47:01 UTC
  • Revision ID: package-import@ubuntu.com-20131018124701-ng8l9so2up2udcuu
Tags: 1:3.6.3-0ubuntu45
[ Iain Lane ]
* debian/patches/97_unity_power_ui.patch: Don't crash if indicator-power
  isn't installed. When deciding whether to display/not display the
  indicator-power options, use the presence of indicator-power instead of
  just checking if Unity is the DE in use. (LP: #1195481) 
* debian/control.in: Build-Depend on glib >= 2.31.2 for
  g_settings_schema_source_ref.
  
[ William Hua ]
* debian/patches/input-sources-text-entry.patch:
  - support modifier-only input-source switching (lp: #1218322)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1604
1604
      return GTK_ENTRY_ACCEL_UPDATE;
1605
1605
    }
1606
1606
 
1607
 
  if (!gtk_accelerator_valid (*key, *mask))
 
1607
  if ((*mask & ~GDK_LOCK_MASK) == 0 &&
 
1608
      (*key == GDK_KEY_Tab ||
 
1609
       *key == GDK_KEY_KP_Tab ||
 
1610
       *key == GDK_KEY_ISO_Left_Tab ||
 
1611
       *key == GDK_KEY_3270_BackTab))
1608
1612
    return GTK_ENTRY_ACCEL_IGNORE;
1609
1613
 
1610
1614
  edited = keyboard_shortcuts_accel_edited (item,