~ted/pidgin/12_sounds_and_timers.patch

« back to all changes in this revision

Viewing changes to finch/libgnt/gntwidget.c

  • Committer: Bazaar Package Importer
  • Date: 2008-10-13 20:37:35 UTC
  • Revision ID: jamesw@ubuntu.com-20081013203735-pi5e6u963tydsu0r
Tags: upstream-ubuntu-2.4.2
ImportĀ upstreamĀ versionĀ 2.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
257
257
        gnt_bindable_class_register_action(GNT_BINDABLE_CLASS(klass), "context-menu", context_menu,
258
258
                                GNT_KEY_POPUP, NULL);
259
259
        gnt_bindable_register_binding(GNT_BINDABLE_CLASS(klass), "context-menu", GNT_KEY_F11, NULL);
 
260
        gnt_bindable_register_binding(GNT_BINDABLE_CLASS(klass), "context-menu", GNT_KEY_CTRL_X, NULL);
260
261
 
261
262
        gnt_style_read_actions(G_OBJECT_CLASS_TYPE(klass), GNT_BINDABLE_CLASS(klass));
262
263
        GNTDEBUG;