File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -219,10 +219,6 @@ def __init__(self):
219219 rmenu = self .ui .get_widget ('/Menubar/FileMenu/Recent' ).get_submenu ()
220220 rmenu .connect ("map" , self ._on_recentmenu_map )
221221
222- builder = meld .ui .util .get_builder ("shortcuts.ui" )
223- shortcut_window = builder .get_object ("shortcuts-meld" )
224- self .set_help_overlay (shortcut_window )
225-
226222 def do_realize (self ):
227223 Gtk .ApplicationWindow .do_realize (self )
228224
Original file line number Diff line number Diff line change 22<interface >
33 <!-- interface-requires gtk+ 3.17 -->
44
5- <object class =" GtkShortcutsWindow" id =" shortcuts-meld " >
5+ <object class =" GtkShortcutsWindow" id =" help_overlay " >
66 <property name =" modal" >True</property >
77 <child >
88 <object class =" GtkShortcutsSection" >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<gresources >
33 <gresource prefix =" /org/gnome/meld" >
4+ <file >gtk/help-overlay.ui</file >
45 <file >icons/16x16/actions/meld-change-apply-left.png</file >
56 <file >icons/16x16/actions/meld-change-apply-right.png</file >
67 <file >icons/16x16/actions/meld-change-copy.png</file >
You can’t perform that action at this time.
0 commit comments