[niepce] Label is a readonly string for now.



commit e0bec245a3ddfaf24d73419f39a8b551d9bd1a3c
Author: Hub Figuiere <hub figuiere net>
Date:   Sat Nov 12 16:53:59 2011 -0800

    Label is a readonly string for now.

 src/niepce/ui/metadatapanecontroller.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/niepce/ui/metadatapanecontroller.cpp b/src/niepce/ui/metadatapanecontroller.cpp
index 3daf7c5..9cba7db 100644
--- a/src/niepce/ui/metadatapanecontroller.cpp
+++ b/src/niepce/ui/metadatapanecontroller.cpp
@@ -58,7 +58,8 @@ MetaDataPaneController::get_format()
         { _("Headline:"), eng::NpIptcHeadlineProp, fwk::META_DT_STRING, false },
         { _("Caption:"), eng::NpIptcDescriptionProp, fwk::META_DT_TEXT, false },
         { _("Rating:"), eng::NpXmpRatingProp, fwk::META_DT_STAR_RATING, false },
-        { _("Label:"), eng::NpXmpLabelProp, fwk::META_DT_STRING, false },            
+        // FIXME change this type to the right one when there is a widget
+        { _("Label:"), eng::NpXmpLabelProp, fwk::META_DT_STRING, true },            
         { _("Keywords:"), eng::NpIptcKeywordsProp, fwk::META_DT_STRING_ARRAY, false },
         { NULL, 0, fwk::META_DT_NONE, true }			
     };



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