From dfbdc07dfc73bf67f2b78bcb1a4ce4ec95539fbf Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Fri, 30 Sep 2011 12:30:03 +0000 Subject: setting a file unwanted would set the icon to GTK_STOCK_CANCEL, then when it was acknowledged the model would set it to STOCK_CLOSE. change the model to STOCK_CANCEL also so this can't be seen. --- src/trg-files-model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trg-files-model.c') diff --git a/src/trg-files-model.c b/src/trg-files-model.c index 7da053f..956e6f5 100644 --- a/src/trg-files-model.c +++ b/src/trg-files-model.c @@ -79,7 +79,7 @@ trg_files_model_iter_update(TrgFilesModel * model, gtk_list_store_set(GTK_LIST_STORE(model), filesIter, FILESCOL_ICON, wanted ? GTK_STOCK_FILE : - GTK_STOCK_STOP, FILESCOL_WANTED, wanted, + GTK_STOCK_CANCEL, FILESCOL_WANTED, wanted, FILESCOL_PRIORITY, priority, -1); } } -- cgit v1.2.3