diff options
Diffstat (limited to 'src/gui/panels/history.c')
-rw-r--r-- | src/gui/panels/history.c | 4 |
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])); |