diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-01-04 18:33:12 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-01-04 18:33:12 (GMT) |
commit | 639a993fd7400f95eb09ec69d89f227ef41b2865 (patch) | |
tree | eafdac2dce4c63e95a6d82542968736e9e1231c6 /src/gui/panels | |
parent | 0f571c20444dbb5d8d8d0fa46a69b31cb89f9583 (diff) |
Disabled lots of debug messages and fixed some symbols related bugs.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@447 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gui/panels')
-rw-r--r-- | src/gui/panels/bookmarks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/panels/bookmarks.c b/src/gui/panels/bookmarks.c index 5d2be18..4b4777e 100644 --- a/src/gui/panels/bookmarks.c +++ b/src/gui/panels/bookmarks.c @@ -924,7 +924,7 @@ static void on_param_search_changed(GtkSearchEntry *entry, GBookmarksPanel *pane gtk_widget_override_color(GTK_WIDGET(entry), GTK_STATE_NORMAL, NULL); - reload_config_into_treeview(panel, get_main_configuration()); + //reload_config_into_treeview(panel, get_main_configuration()); } |