[geany/geany] fea71a: Allow MRU file list length to be set to 0 to disable it

Enrico Tröger git-noreply at xxxxx
Sun Nov 9 10:22:16 UTC 2014


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 09 Nov 2014 10:22:16 UTC
Commit:      fea71a282fe91629335167f2c05ff2239c8e02e4
             https://github.com/geany/geany/commit/fea71a282fe91629335167f2c05ff2239c8e02e4

Log Message:
-----------
Allow MRU file list length to be set to 0 to disable it

Since the rest of the code is already prepared for it, setting mru_length
to 0 just disables the recent files menu.


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

Modified: data/geany.glade
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -70,7 +70,7 @@
     <property name="page_increment">10</property>
   </object>
   <object class="GtkAdjustment" id="adjustment8">
-    <property name="lower">1</property>
+    <property name="lower">0</property>
     <property name="upper">50</property>
     <property name="value">4</property>
     <property name="step_increment">1</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