Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-02-13 00:44:23 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-02-13 00:44:23 +0300
commit0dda750085fe36822f5cd112caa3adb63b7f5798 (patch)
treed0692b98148362bb8252eb876ab8f1d599897b0b /data/ui/remmina_main.glade
parent928af271e2a49c0927d2796fa6f7e81f73d976f9 (diff)
Added callback signals to map menu action with GtkAccelGroup
This is mainly a workaround before to move to a GtkApplicationWindow
Diffstat (limited to 'data/ui/remmina_main.glade')
-rw-r--r--data/ui/remmina_main.glade3
1 files changed, 1 insertions, 2 deletions
diff --git a/data/ui/remmina_main.glade b/data/ui/remmina_main.glade
index 63ca518dc..8646533d9 100644
--- a/data/ui/remmina_main.glade
+++ b/data/ui/remmina_main.glade
@@ -25,7 +25,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<!-- interface-name Remmina -->
<!-- interface-description The GTK+ Remmina Remote Desktop Client -->
<!-- interface-copyright Antenore Gatta & Giovanni Panozzo 2014-2019 -->
- <object class="GtkAccelGroup" id="accelgroup_shortcuts"/>
<object class="GtkEntryCompletion" id="entrycompletion">
<property name="inline_completion">True</property>
<property name="inline_selection">True</property>
@@ -294,7 +293,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<property name="visible">True</property>
<property name="app_paintable">True</property>
<property name="can_focus">False</property>
- <property name="accel_group">accelgroup_shortcuts</property>
<child>
<object class="GtkMenuItem" id="menuitem_tools_import">
<property name="visible">True</property>
@@ -441,6 +439,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<property name="action_name">main.quit</property>
<property name="label" translatable="yes">_Quit</property>
<property name="use_underline">True</property>
+ <accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/>
</object>
</child>
</object>