[geany/geany] 73bc82: Restore line breaking preference's adjustment in Glade file

Colomban Wendling git-noreply at xxxxx
Thu Jul 26 00:02:59 UTC 2012


Branch:      refs/heads/document-messages
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sat, 14 Jan 2012 03:40:11
Commit:      73bc824c8291f8940a9b9f7949515e1f0cb0d147
             https://github.com/geany/geany/commit/73bc824c8291f8940a9b9f7949515e1f0cb0d147

Log Message:
-----------
Restore line breaking preference's adjustment in Glade file

It got removed by accident in commit
c85b89afdd880b7a6aac42f953bab83d3938a4a3 "Port more of the Project properties dialog to Glade"


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

Modified: data/geany.glade
8 files changed, 8 insertions(+), 0 deletions(-)
===================================================================
@@ -3,6 +3,13 @@
   <requires lib="gtk+" version="2.16"/>
   <!-- interface-naming-policy toplevel-contextual -->
   <object class="GtkAccelGroup" id="accelgroup1"/>
+  <object class="GtkAdjustment" id="adjustment1">
+    <property name="lower">3</property>
+    <property name="upper">1000</property>
+    <property name="value">72</property>
+    <property name="step_increment">1</property>
+    <property name="page_increment">10</property>
+  </object>
   <object class="GtkAdjustment" id="adjustment10">
     <property name="lower">1</property>
     <property name="upper">99</property>
@@ -2802,6 +2809,7 @@
                                         <property name="secondary_icon_activatable">False</property>
                                         <property name="primary_icon_sensitive">True</property>
                                         <property name="secondary_icon_sensitive">True</property>
+                                        <property name="adjustment">adjustment1</property>
                                         <property name="climb_rate">1</property>
                                         <property name="numeric">True</property>
                                       </object>


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Commits mailing list