From: Fredrik Tolf Date: Fri, 19 Oct 2007 19:38:46 +0000 (+0200) Subject: A couple of bugs fix in dolcon. X-Git-Tag: 1.1~55 X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=066e55b45cc24f24d7d1859d1a082898bac3971c A couple of bugs fix in dolcon. --- diff --git a/clients/gtk2/dolcon.c b/clients/gtk2/dolcon.c index c96498f..18a0a38 100644 --- a/clients/gtk2/dolcon.c +++ b/clients/gtk2/dolcon.c @@ -1001,6 +1001,7 @@ gint ksupdatecb(gpointer data) ksquerytag = dc_queuecmd(NULL, NULL, L"filtercmd", L"userspeeda", L"%a", users, NULL); dc_freewcsarr(users); } + updatewrite(); return(TRUE); } @@ -1316,6 +1317,7 @@ void cb_main_lsres_activate(GtkWidget *widget, gpointer data) lsrestag = dc_queuecmd(NULL, NULL, L"filtercmd", L"lsres", NULL); gtk_widget_set_sensitive(reslist_reload, FALSE); } + updatewrite(); } void dcconnect(char *host) @@ -2055,6 +2057,7 @@ void cb_reslist_reload_clicked(GtkWidget *widget, gpointer data) gtk_list_store_clear(reslist); lsrestag = dc_queuecmd(NULL, NULL, L"filtercmd", L"lsres", NULL); gtk_widget_set_sensitive(reslist_reload, FALSE); + updatewrite(); } int rmres(char *id)