[gedit/wip/bind-settings] snippets: let GeditView handle the properties by itself.



commit 865c5d8d16b39a50fad002d523bc7d15982466cc
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sat Apr 20 23:30:22 2013 +0200

    snippets: let GeditView handle the properties by itself.

 plugins/snippets/snippets/snippets.ui | 8 --------
 1 file changed, 8 deletions(-)
---
diff --git a/plugins/snippets/snippets/snippets.ui b/plugins/snippets/snippets/snippets.ui
index a87b655..6568272 100644
--- a/plugins/snippets/snippets/snippets.ui
+++ b/plugins/snippets/snippets/snippets.ui
@@ -303,14 +303,6 @@
                           <object class="GeditView" id="source_view_snippet">
                             <property name="buffer">source_buffer</property>
                             <property name="visible">True</property>
-                            <property name="auto-indent">True</property>
-                            <property name="insert-spaces-instead-of-tabs">False</property>
-                            <property name="smart-home-end">GTK_SOURCE_SMART_HOME_END_AFTER</property>
-                            <property name="tab-width">2</property>
-                            <property name="highlight-current-line">True</property>
-                            <property name="show-right-margin">False</property>
-                            <property name="show-line-numbers">False</property>
-
                             <signal handler="on_source_view_snippet_focus_out" name="focus_out_event"/>
                           </object>
                         </child>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]