summaryrefslogtreecommitdiff
path: root/src/gui/panels/history.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-09-17 22:06:54 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-09-17 22:06:54 (GMT)
commit3dc843b3f7991dcd738a30821ff56c7fe13f1094 (patch)
tree22b40ef7cd933a57942bd01d61c9e6a07fdd80c6 /src/gui/panels/history.c
parent682159e73cfbf8ec61d2f2aba765be1016a30ded (diff)
Kept tracks of current active DB items.
Diffstat (limited to 'src/gui/panels/history.c')
-rw-r--r--src/gui/panels/history.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/panels/history.c b/src/gui/panels/history.c
index 3bdf77e..57e6a14 100644
--- a/src/gui/panels/history.c
+++ b/src/gui/panels/history.c
@@ -350,8 +350,8 @@ static void change_history_panel_current_content(GHistoryPanel *panel, GLoadedCo
}
- g_signal_connect_to_main(collections[k], "content-changed", G_CALLBACK(on_history_changed), panel,
- g_cclosure_user_marshal_VOID__ENUM_OBJECT);
+ //g_signal_connect_to_main(collections[k], "content-changed", G_CALLBACK(on_history_changed), panel,
+ // g_cclosure_user_marshal_VOID__ENUM_OBJECT);
g_object_unref(G_OBJECT(collections[k]));