elm diskselector: Revert diskselector patch derived by Shinwoo Kim's diskselector...
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 30 Aug 2012 03:05:13 +0000 (03:05 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 30 Aug 2012 03:05:13 +0000 (03:05 +0000)
That needs to be done in other way.

Revert "oops - forgot to fix the OTHEr auto_select too."

This reverts commit c1e4d5c1e4b2c6d8ae7806c43fafba2ae2ea5080.

SVN revision: 75834

data/themes/widgets/diskselector.edc

index f56a062..e27b448 100644 (file)
@@ -190,13 +190,11 @@ group { name: "elm/diskselector/item/default";
         type: RECT;
         mouse_events: 1;
         repeat_events: 1;
-        ignore_flags: ON_HOLD;
-        description { state: "default" 0.0;
-           color: 0 0 0 0;
+        description {
+           state: "default" 0.0;
         }
-        description { state: "disable" 0.0;
-           inherit: "default" 0.0;
-           visible: 0;
+        description {
+           state: "disable" 0.0;
         }
      }
    }