[geany/geany] 1f71cc: Enable popup menu on sidebar and message window notebooks (#1726)

Matthew Brush git-noreply at xxxxx
Fri Dec 22 01:40:57 UTC 2017


Branch:      refs/heads/master
Author:      Matthew Brush <mbrush at codebrainz.ca>
Committer:   GitHub <noreply at github.com>
Date:        Fri, 22 Dec 2017 01:40:57 UTC
Commit:      1f71ccd40ac4e6754d7609bec7f81773fa181146
             https://github.com/geany/geany/commit/1f71ccd40ac4e6754d7609bec7f81773fa181146

Log Message:
-----------
Enable popup menu on sidebar and message window notebooks (#1726)


Modified Paths:
--------------
    data/geany.glade

Modified: data/geany.glade
4 lines changed, 3 insertions(+), 1 deletions(-)
===================================================================
@@ -6578,8 +6578,8 @@
                     <property name="can_focus">False</property>
                     <property name="label" translatable="yes">_Edit</property>
                     <property name="use_underline">True</property>
-                    <signal name="select" handler="on_edit1_select" swapped="no"/>
                     <signal name="deselect" handler="on_edit1_deselect" swapped="no"/>
+                    <signal name="select" handler="on_edit1_select" swapped="no"/>
                     <child type="submenu">
                       <object class="GtkMenu" id="edit1_menu">
                         <property name="can_focus">False</property>
@@ -8199,6 +8199,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="scrollable">True</property>
+                    <property name="enable_popup">True</property>
                     <signal name="key-press-event" handler="on_escape_key_press_event" swapped="no"/>
                     <signal name="switch-page" handler="on_tv_notebook_switch_page" swapped="no"/>
                     <signal name="switch-page" handler="on_tv_notebook_switch_page_after" after="yes" swapped="no"/>
@@ -8283,6 +8284,7 @@
                 <property name="can_focus">True</property>
                 <property name="tab_pos">left</property>
                 <property name="scrollable">True</property>
+                <property name="enable_popup">True</property>
                 <child>
                   <object class="GtkScrolledWindow" id="scrolledwindow4">
                     <property name="visible">True</property>



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list