anjuta r3567 - in trunk: . plugins/sourceview
- From: jhs svn gnome org
- To: svn-commits-list gnome org
- Subject: anjuta r3567 - in trunk: . plugins/sourceview
- Date: Fri, 1 Feb 2008 22:04:25 +0000 (GMT)
Author: jhs
Date: Fri Feb 1 22:04:25 2008
New Revision: 3567
URL: http://svn.gnome.org/viewvc/anjuta?rev=3567&view=rev
Log:
2008-02-01 Johannes Schmid <jhs gnome org>
* plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
Fixed tabsize preferenc
Modified:
trunk/ChangeLog
trunk/plugins/sourceview/sourceview-prefs.c
Modified: trunk/plugins/sourceview/sourceview-prefs.c
==============================================================================
--- trunk/plugins/sourceview/sourceview-prefs.c (original)
+++ trunk/plugins/sourceview/sourceview-prefs.c Fri Feb 1 22:04:25 2008
@@ -342,8 +342,8 @@
init_colors_and_fonts(sv);
/* Register gconf notifications */
- REGISTER_NOTIFY (TAB_SIZE, on_gconf_notify_tab_size);
- REGISTER_NOTIFY (TAB_SIZE, on_gconf_notify_indent_size);
+ REGISTER_NOTIFY (TAB_SIZE, on_gconf_notify_tab_size);
+ REGISTER_NOTIFY (INDENT_SIZE, on_gconf_notify_indent_size);
REGISTER_NOTIFY (USE_TABS, on_gconf_notify_use_tab_for_indentation);
REGISTER_NOTIFY (HIGHLIGHT_SYNTAX, on_gconf_notify_disable_hilite);
REGISTER_NOTIFY (HIGHLIGHT_CURRENT_LINE, on_gconf_notify_highlight_current_line);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]