diff options
Diffstat (limited to 'src/gui/dialogs')
-rw-r--r-- | src/gui/dialogs/snapshots.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/dialogs/snapshots.c b/src/gui/dialogs/snapshots.c index 9f256c6..a98b0b4 100644 --- a/src/gui/dialogs/snapshots.c +++ b/src/gui/dialogs/snapshots.c @@ -243,6 +243,7 @@ static void on_server_selection_changed(GtkComboBox *combo, GtkBuilder *builder) g_object_set_data_full(G_OBJECT(builder), "client", client, g_object_unref); g_signal_connect(client, "snapshots-updated", G_CALLBACK(on_snapshots_updated), builder); + g_signal_connect(client, "snapshot-changed", G_CALLBACK(on_snapshots_updated), builder); on_snapshots_updated(client, builder); |