[gthumb: 13/23] work queues: use the term 'selection' instead of 'work queue'
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb: 13/23] work queues: use the term 'selection' instead of 'work queue'
- Date: Sun, 4 Mar 2012 17:56:19 +0000 (UTC)
commit 363db5d8edf125d4725bd6dbc70b4531e5dc0ccc
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sat Mar 3 18:06:04 2012 +0100
work queues: use the term 'selection' instead of 'work queue'
extensions/work_queues/gth-queue-manager.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/extensions/work_queues/gth-queue-manager.c b/extensions/work_queues/gth-queue-manager.c
index d8ad465..d8234cf 100644
--- a/extensions/work_queues/gth-queue-manager.c
+++ b/extensions/work_queues/gth-queue-manager.c
@@ -223,12 +223,13 @@ gth_queue_manager_update_file_info (GFile *file,
g_file_info_set_attribute_boolean (info, G_FILE_ATTRIBUTE_ACCESS_CAN_READ, TRUE);
g_file_info_set_attribute_boolean (info, G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE, FALSE);
g_file_info_set_attribute_boolean (info, G_FILE_ATTRIBUTE_ACCESS_CAN_RENAME, FALSE);
+ g_file_info_set_attribute_int32 (info, "gthumb::n-queue", n_queue);
if (n_queue > 0) {
g_file_info_set_attribute_boolean (info, "gthumb::no-child", TRUE);
- display_name = g_strdup_printf (_("Queue %d"), n_queue);
+ display_name = g_strdup_printf (_("Selection %d"), n_queue);
}
else if (n_queue == 0)
- display_name = g_strdup (_("Work Queues"));
+ display_name = g_strdup (_("Selections"));
else
display_name = g_strdup ("???");
g_file_info_set_display_name (info, display_name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]