[vlmc-devel] commit: Corrected screwed up ressource path + new clear icon ( Hugo Beauzée-Luyssen )

git at videolan.org git at videolan.org
Thu Jul 8 16:44:07 CEST 2010


vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Thu Jul  8 15:52:11 2010 +0200| [3cff3c753661ba13a287d46d4eb12c7d9e480429] | committer: Hugo Beauzée-Luyssen 

Corrected screwed up ressource path + new clear icon

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=3cff3c753661ba13a287d46d4eb12c7d9e480429
---

 resources/images/clear.png          |  Bin 644 -> 892 bytes
 ressources.qrc                      |    2 +-
 src/Gui/library/ui/MediaCellView.ui |    2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/resources/images/clear.png b/resources/images/clear.png
index 6c4b83b..cd2b88f 100644
Binary files a/resources/images/clear.png and b/resources/images/clear.png differ
diff --git a/ressources.qrc b/ressources.qrc
index ac85688..23bcb8e 100644
--- a/ressources.qrc
+++ b/ressources.qrc
@@ -9,7 +9,7 @@
         <file alias="images/next_frame.png">resources/images/next_frame.png</file>
         <file alias="images/previous_frame.png">resources/images/previous_frame.png</file>
         <file alias="images/stop.png">resources/images/stop.png</file>
-        <file alias="images/clear.png">resources/images/clear.png</file>
+        <file alias="clear">resources/images/clear.png</file>
         <file alias="images/remove.png">resources/images/remove.png</file>
         <file alias="images/add.png">resources/images/add.png</file>
         <file alias="images/marker_left.png">resources/images/marker_left.png</file>
diff --git a/src/Gui/library/ui/MediaCellView.ui b/src/Gui/library/ui/MediaCellView.ui
index 7a5f1ad..150ce35 100644
--- a/src/Gui/library/ui/MediaCellView.ui
+++ b/src/Gui/library/ui/MediaCellView.ui
@@ -206,7 +206,7 @@
           <string/>
          </property>
          <property name="pixmap">
-          <pixmap resource="../../../../ressources.qrc">:/images/images/clear.png</pixmap>
+          <pixmap resource="../../../../ressources.qrc">:/images/clear</pixmap>
          </property>
         </widget>
        </item>



More information about the Vlmc-devel mailing list