gedit-plugins r457 - in trunk: . plugins/drawspaces
- From: icq svn gnome org
- To: svn-commits-list gnome org
- Subject: gedit-plugins r457 - in trunk: . plugins/drawspaces
- Date: Tue, 31 Mar 2009 18:28:42 +0000 (UTC)
Author: icq
Date: Tue Mar 31 18:28:42 2009
New Revision: 457
URL: http://svn.gnome.org/viewvc/gedit-plugins?rev=457&view=rev
Log:
2009-03-31 Ignacio Casal Quinteiro <nacho resa gmail com>
* plugins/drawspaces/gedit-drawspaces-plugin.c:
Draw spaces should be enabled first time the plugin is
activated.
Modified:
trunk/ChangeLog
trunk/plugins/drawspaces/gedit-drawspaces-plugin.c
Modified: trunk/plugins/drawspaces/gedit-drawspaces-plugin.c
==============================================================================
--- trunk/plugins/drawspaces/gedit-drawspaces-plugin.c (original)
+++ trunk/plugins/drawspaces/gedit-drawspaces-plugin.c Tue Mar 31 18:28:42 2009
@@ -288,7 +288,7 @@
gboolean tabs, spaces, newline, nbsp;
data->enable = get_gconf_value_with_default (plugin, GCONF_KEY_ENABLE,
- FALSE);
+ TRUE);
tabs = get_gconf_value_with_default (plugin, GCONF_KEY_DRAW_TABS,
TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]