diff --git a/src/v3270ft/activitylist.c b/src/v3270ft/activitylist.c index ca3fd36..4526bfd 100644 --- a/src/v3270ft/activitylist.c +++ b/src/v3270ft/activitylist.c @@ -200,6 +200,8 @@ list->filename = filename; } + g_signal_emit(widget, v3270_activity_list_signals[V3270_ACTIVITY_LIST_HAS_FILE_SIGNAL], 0, (list->filename == NULL ? FALSE : TRUE)); + } void v3270_activity_list_save(GtkWidget *widget) @@ -209,6 +211,8 @@ GError * error = NULL; size_t ix; + debug("%s",__FUNCTION__); + // Serialize activities. GtkTreeIter iter; GtkTreeModel * model = gtk_tree_view_get_model(GTK_TREE_VIEW(widget)); @@ -234,6 +238,10 @@ g_string_append_printf(str,"\t\t