sync with sylpheed 0.6.3cvs8
[claws.git] / src / mainwindow.c
index 5f1f6dc20a5e916eefc98c7535bcbb121ec8baf7..60bd2c466fc2120ec27193d4e63d9f4e5a6ba453 100644 (file)
@@ -1004,11 +1004,8 @@ static void main_window_show_cur_account(MainWindow *mainwin)
        gtk_window_set_title(GTK_WINDOW(mainwin->window), buf);
        g_free(buf);
 
-       /* buf = g_strdup_printf(_("Current account: %s"), ac_name);
-       gtk_label_set_text(GTK_LABEL(mainwin->ac_label), buf);   */
        gtk_label_set_text(GTK_LABEL(mainwin->ac_label), ac_name);
        gtk_widget_queue_resize(mainwin->ac_button);
-       /* g_free(buf); */
 
        g_free(ac_name);
 }