[gthumb] show the comment and date in the file list by default



commit 9535530cf5305a207d7d81cb921e8a3e995ee36a
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Wed Jan 5 20:17:46 2011 +0100

    show the comment and date in the file list by default
    
    this is the same default settings of version 2.10

 data/gthumb.schemas.in   |    2 +-
 gthumb/gth-preferences.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/gthumb.schemas.in b/data/gthumb.schemas.in
index 9afe093..33b5475 100644
--- a/data/gthumb.schemas.in
+++ b/data/gthumb.schemas.in
@@ -182,7 +182,7 @@
 	<applyto>/apps/gthumb/browser/thumbnail_caption</applyto>
 	<owner>gthumb</owner>
 	<type>string</type>
-	<default>standard::display-name</default>
+	<default>comment::note,comment::time</default>
 	<locale name="C">
 	  <short></short>
 	  <long>
diff --git a/gthumb/gth-preferences.h b/gthumb/gth-preferences.h
index fc947f3..e110bf1 100644
--- a/gthumb/gth-preferences.h
+++ b/gthumb/gth-preferences.h
@@ -83,7 +83,7 @@ G_BEGIN_DECLS
 /* default values */
 
 #define DEFAULT_GENERAL_FILTER "file::type::is_media"
-#define DEFAULT_THUMBNAIL_CAPTION "standard::display-name,gth::file::display-size"
+#define DEFAULT_THUMBNAIL_CAPTION "comment::note,comment::time"
 #define DEFAULT_UI_WINDOW_WIDTH 690
 #define DEFAULT_UI_WINDOW_HEIGHT 460
 #define DEFAULT_FAST_FILE_TYPE TRUE



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]