[gthumb] contact_sheet: allow to print the file description as well
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] contact_sheet: allow to print the file description as well
- Date: Fri, 31 Dec 2010 18:56:15 +0000 (UTC)
commit bda2e053b7969a74437d0e2a50c5b1b6b4d3efb9
Author: Paolo Bacchilega <paobac src gnome org>
Date: Fri Dec 31 19:20:08 2010 +0100
contact_sheet: allow to print the file description as well
extensions/contact_sheet/dlg-contact-sheet.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/contact_sheet/dlg-contact-sheet.c b/extensions/contact_sheet/dlg-contact-sheet.c
index a30b882..3125d71 100644
--- a/extensions/contact_sheet/dlg-contact-sheet.c
+++ b/extensions/contact_sheet/dlg-contact-sheet.c
@@ -660,7 +660,7 @@ dlg_contact_sheet (GthBrowser *browser,
gth_browser_set_dialog (browser, "contact_sheet", data->dialog);
g_object_set_data (G_OBJECT (data->dialog), "dialog_data", data);
- data->thumbnail_caption_chooser = gth_metadata_chooser_new (GTH_METADATA_ALLOW_IN_FILE_LIST);
+ data->thumbnail_caption_chooser = gth_metadata_chooser_new (GTH_METADATA_ALLOW_IN_PRINT);
gtk_widget_show (data->thumbnail_caption_chooser);
gtk_container_add (GTK_CONTAINER (GET_WIDGET ("thumbnail_caption_scrolledwindow")), data->thumbnail_caption_chooser);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]