[gtksourceview/gtksourcecompletion] Default to not remembering the info visibility
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtksourceview/gtksourcecompletion] Default to not remembering the info visibility
- Date: Sun, 20 Sep 2009 21:19:36 +0000 (UTC)
commit 40827fad3dd2ce5f2ae080445b84e74493ddab86
Author: Jesse van den Kieboom <jessevdk gnome org>
Date: Sun Sep 20 23:18:33 2009 +0200
Default to not remembering the info visibility
gtksourceview/gtksourcecompletion.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtksourceview/gtksourcecompletion.c b/gtksourceview/gtksourcecompletion.c
index ba6179b..b43a668 100644
--- a/gtksourceview/gtksourcecompletion.c
+++ b/gtksourceview/gtksourcecompletion.c
@@ -1732,7 +1732,7 @@ gtk_source_completion_class_init (GtkSourceCompletionClass *klass)
g_param_spec_boolean ("remember-info-visibility",
_("Remeber Info Visibility"),
_("Remember the last info window visibility state"),
- TRUE,
+ FALSE,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
/**
* GtkSourceCompletion:select-on-show:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]