[gthumb] removed comment-height setting



commit fad9c24eafe75ceaff62f693bb28361d4a0329a9
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Nov 13 20:29:38 2011 +0100

    removed comment-height setting
    
    It is unused.

 data/gthumb.convert                  |    1 -
 data/org.gnome.gthumb.gschema.xml.in |    3 ---
 gthumb/gth-preferences.h             |    1 -
 3 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/data/gthumb.convert b/data/gthumb.convert
index f9f4fe0..9724a67 100644
--- a/data/gthumb.convert
+++ b/data/gthumb.convert
@@ -22,7 +22,6 @@ statusbar-visible = /apps/gthumb/ui/statusbar_visible
 filterbar-visible = /apps/gthumb/ui/filterbar_visible
 sidebar-visible = /apps/gthumb/ui/sidebar_visible
 thumbnail-list-visible = /apps/gthumb/ui/thumbnail_list_visible
-comment-height = /apps/gthumb/ui/comment_height
 viewer-thumbnails-orientation = /apps/gthumb/ui/viewer_thumbnails_orientation
 
 [org.gnome.gthumb.change-date]
diff --git a/data/org.gnome.gthumb.gschema.xml.in b/data/org.gnome.gthumb.gschema.xml.in
index ad8c362..cb3a2ba 100644
--- a/data/org.gnome.gthumb.gschema.xml.in
+++ b/data/org.gnome.gthumb.gschema.xml.in
@@ -125,9 +125,6 @@
     <key name="viewer-sidebar-width" type="i">
       <default>285</default>
     </key>
-    <key name="comment-height" type="i">
-      <default>128</default>
-    </key>
     <key name="viewer-thumbnails-orientation" enum="org.gnome.gthumb.GtkOrientation">
       <default>'horizontal'</default>
     </key>
diff --git a/gthumb/gth-preferences.h b/gthumb/gth-preferences.h
index 29aef3a..172ad04 100644
--- a/gthumb/gth-preferences.h
+++ b/gthumb/gth-preferences.h
@@ -75,7 +75,6 @@ G_BEGIN_DECLS
 #define PREF_BROWSER_THUMBNAIL_LIST_VISIBLE   "thumbnail-list-visible"
 #define PREF_BROWSER_BROWSER_SIDEBAR_WIDTH    "browser-sidebar-width"
 #define PREF_BROWSER_VIEWER_SIDEBAR_WIDTH     "viewer-sidebar-width"
-#define PREF_BROWSER_COMMENT_HEIGHT           "comment-height"
 #define PREF_BROWSER_VIEWER_THUMBNAILS_ORIENT "viewer-thumbnails-orientation"
 #define PREF_BROWSER_SHRINK_WRAP_VIEWER       "shrink-wrap-viewer"
 



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