From fff30f40227716f2390ccac9010d9913e14fdca0 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 22 Mar 2012 21:42:55 +0100 Subject: [PATCH] gfio: leave notebook entry as the file name We have the job name(s) in the combo box already, it's nicer to just leave the tab as the filename. Signed-off-by: Jens Axboe --- gclient.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gclient.c b/gclient.c index 3e4c3483..e2fbfac4 100644 --- a/gclient.c +++ b/gclient.c @@ -565,8 +565,6 @@ static void gfio_add_job_op(struct fio_client *client, struct fio_net_cmd *cmd) gdk_threads_enter(); - gtk_label_set_text(GTK_LABEL(ge->page_label), (gchar *) o->name); - gtk_combo_box_append_text(GTK_COMBO_BOX(ge->eta.names), (gchar *) o->name); gtk_combo_box_set_active(GTK_COMBO_BOX(ge->eta.names), 0); -- 2.25.1