author | kergoth <kergoth> | 2002-04-14 03:24:23 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-04-14 03:24:23 (UTC) |
commit | 908a0fb11fd33161a3899f29c11cfbec9dcadbfc (patch) (unidiff) | |
tree | 915acafe981ba9e381ff54ceaf5f2aeb1cdc15bf | |
parent | 02fc6c820f98d58e856f410e3f1167027f084bec (diff) | |
download | opie-908a0fb11fd33161a3899f29c11cfbec9dcadbfc.zip opie-908a0fb11fd33161a3899f29c11cfbec9dcadbfc.tar.gz opie-908a0fb11fd33161a3899f29c11cfbec9dcadbfc.tar.bz2 |
Fixing policy violation.. no app pics in the root of pics/\!
-rw-r--r-- | noncore/unsupported/filebrowser/filebrowser.cpp | 2 | ||||
-rw-r--r-- | noncore/unsupported/filebrowser/opie-filebrowser.control | 2 | ||||
-rw-r--r-- | pics/filebrowser/symlink.png (renamed from pics/symlink.png) | bin | 103 -> 103 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/noncore/unsupported/filebrowser/filebrowser.cpp b/noncore/unsupported/filebrowser/filebrowser.cpp index 34d5177..d9e2afa 100644 --- a/noncore/unsupported/filebrowser/filebrowser.cpp +++ b/noncore/unsupported/filebrowser/filebrowser.cpp | |||
@@ -89,5 +89,5 @@ FileItem::FileItem( QListView * parent, const QFileInfo & fi ) | |||
89 | if( fi.isSymLink() ){ | 89 | if( fi.isSymLink() ){ |
90 | // overlay link image | 90 | // overlay link image |
91 | QPixmap lnk = Resource::loadPixmap( "symlink" ); | 91 | QPixmap lnk = Resource::loadPixmap( "filebrowser/symlink" ); |
92 | QPainter painter( &pm ); | 92 | QPainter painter( &pm ); |
93 | painter.drawPixmap( pm.width()-lnk.width(), pm.height()-lnk.height(), lnk ); | 93 | painter.drawPixmap( pm.width()-lnk.width(), pm.height()-lnk.height(), lnk ); |
diff --git a/noncore/unsupported/filebrowser/opie-filebrowser.control b/noncore/unsupported/filebrowser/opie-filebrowser.control index c15ae17..9de926f 100644 --- a/noncore/unsupported/filebrowser/opie-filebrowser.control +++ b/noncore/unsupported/filebrowser/opie-filebrowser.control | |||
@@ -1,3 +1,3 @@ | |||
1 | Files: bin/filebrowser apps/Applications/filebrowser.desktop | 1 | Files: bin/filebrowser apps/Applications/filebrowser.desktop pics/filebrowser/symlink.png |
2 | Priority: optional | 2 | Priority: optional |
3 | Section: opie/applications | 3 | Section: opie/applications |
diff --git a/pics/symlink.png b/pics/filebrowser/symlink.png index a0b267a..a0b267a 100644 --- a/pics/symlink.png +++ b/pics/filebrowser/symlink.png | |||
Binary files differ | |||