diff options
Diffstat (limited to 'src/plugins/fs/upload.c')
-rw-r--r-- | src/plugins/fs/upload.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/plugins/fs/upload.c b/src/plugins/fs/upload.c index 034bc6f8..202f8253 100644 --- a/src/plugins/fs/upload.c +++ b/src/plugins/fs/upload.c | |||
@@ -502,19 +502,19 @@ void fs_upload_start() { | |||
502 | "value", UPLOAD_PROGRESS, | 502 | "value", UPLOAD_PROGRESS, |
503 | NULL); | 503 | NULL); |
504 | gtk_tree_view_column_set_resizable(gtk_tree_view_get_column(GTK_TREE_VIEW(uploadList), | 504 | gtk_tree_view_column_set_resizable(gtk_tree_view_get_column(GTK_TREE_VIEW(uploadList), |
505 | col - 1), | 505 | col - 1), |
506 | TRUE); | 506 | TRUE); |
507 | renderer = gtk_cell_renderer_text_new(); | 507 | renderer = gtk_cell_renderer_text_new(); |
508 | col = gtk_tree_view_insert_column_with_attributes(GTK_TREE_VIEW(uploadList), | 508 | col = gtk_tree_view_insert_column_with_attributes(GTK_TREE_VIEW(uploadList), |
509 | -1, | 509 | -1, |
510 | _("URI"), | 510 | _("URI"), |
511 | renderer, | 511 | renderer, |
512 | "text", UPLOAD_URISTRING, | 512 | "text", UPLOAD_URISTRING, |
513 | NULL); | 513 | NULL); |
514 | gtk_tree_view_column_set_resizable(gtk_tree_view_get_column(GTK_TREE_VIEW(uploadList), | 514 | gtk_tree_view_column_set_resizable(gtk_tree_view_get_column(GTK_TREE_VIEW(uploadList), |
515 | col - 1), | 515 | col - 1), |
516 | TRUE); | 516 | TRUE); |
517 | 517 | ||
518 | uploadEntry | 518 | uploadEntry |
519 | = glade_xml_get_widget(getMainXML(), | 519 | = glade_xml_get_widget(getMainXML(), |
520 | "uploadFilenameComboBoxEntry"); | 520 | "uploadFilenameComboBoxEntry"); |