diff options
author | Jan-Christoph Borchardt <jan@unhosted.org> | 2011-10-07 16:18:47 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <jan@unhosted.org> | 2011-10-07 16:18:47 +0200 |
commit | fa72f1c3cc0f2767be68717c6b0fb8aa3143cd34 (patch) | |
tree | 1fdd0da18f1d33438e837e96187387baaddb8f73 | |
parent | 0aaa1fb64ef536fab842a9e96db7f29d2ed17419 (diff) | |
download | nextcloud-server-fa72f1c3cc0f2767be68717c6b0fb8aa3143cd34.tar.gz nextcloud-server-fa72f1c3cc0f2767be68717c6b0fb8aa3143cd34.zip |
some icon corrections
-rw-r--r-- | apps/gallery/appinfo/app.php | 4 | ||||
-rw-r--r-- | apps/media/appinfo/app.php | 2 | ||||
-rw-r--r-- | core/img/filetypes/addressbook.png | bin | 770 -> 0 bytes | |||
-rw-r--r-- | core/img/filetypes/file.png | bin | 0 -> 294 bytes | |||
-rw-r--r-- | core/img/filetypes/presentation.png | bin | 588 -> 519 bytes | |||
-rw-r--r-- | core/img/places/picture.png (renamed from core/img/places/image.png) | bin | 307 -> 307 bytes | |||
-rw-r--r-- | core/img/places/picture.svg (renamed from core/img/places/image.svg) | 0 |
7 files changed, 3 insertions, 3 deletions
diff --git a/apps/gallery/appinfo/app.php b/apps/gallery/appinfo/app.php index 5760bb149d8..8f855c470e5 100644 --- a/apps/gallery/appinfo/app.php +++ b/apps/gallery/appinfo/app.php @@ -8,7 +8,7 @@ OC_App::addNavigationEntry( array( 'id' => 'gallery_index', 'order' => 20, 'href' => OC_Helper::linkTo('gallery', 'index.php'), - 'icon' => OC_Helper::linkTo('', 'core/img/filetypes/image.png'), + 'icon' => OC_Helper::imagePath('core', 'places/picture.svg'), 'name' => 'Gallery')); class OC_GallerySearchProvider extends OC_Search_Provider{ @@ -17,7 +17,7 @@ OC_App::addNavigationEntry( array( $result = $stmt->execute(array(OC_User::getUser(),'%'.$query.'%')); $results=array(); while($row=$result->fetchRow()){ - $results[]=new OC_Search_Result($row['album_name'],'',OC_Helper::linkTo( 'apps/gallery', 'index.php?view='.$row['album_name']),'Galleries'); + $results[]=new OC_Search_Result($row['album_name'],'',OC_Helper::linkTo('apps/gallery', 'index.php?view='.$row['album_name']),'Galleries'); } return $results; } diff --git a/apps/media/appinfo/app.php b/apps/media/appinfo/app.php index dd1a830a94b..475a33500f4 100644 --- a/apps/media/appinfo/app.php +++ b/apps/media/appinfo/app.php @@ -29,5 +29,5 @@ OC_APP::registerPersonal('media','settings'); OC_App::register( array( 'order' => 3, 'id' => 'media', 'name' => 'Media' )); -OC_App::addNavigationEntry( array( 'id' => 'media_index', 'order' => 2, 'href' => OC_Helper::linkTo( 'media', 'index.php' ), 'icon' => OC_Helper::imagePath( 'core', 'filetypes/audio.svg' ), 'name' => $l->t('Music') )); +OC_App::addNavigationEntry(array('id' => 'media_index', 'order' => 2, 'href' => OC_Helper::linkTo('media', 'index.php'), 'icon' => OC_Helper::imagePath('core', 'places/music.svg'), 'name' => $l->t('Music'))); ?> diff --git a/core/img/filetypes/addressbook.png b/core/img/filetypes/addressbook.png Binary files differdeleted file mode 100644 index b73419ba820..00000000000 --- a/core/img/filetypes/addressbook.png +++ /dev/null diff --git a/core/img/filetypes/file.png b/core/img/filetypes/file.png Binary files differnew file mode 100644 index 00000000000..8b8b1ca0000 --- /dev/null +++ b/core/img/filetypes/file.png diff --git a/core/img/filetypes/presentation.png b/core/img/filetypes/presentation.png Binary files differindex c4eff0387d5..b4aaad9a45c 100644 --- a/core/img/filetypes/presentation.png +++ b/core/img/filetypes/presentation.png diff --git a/core/img/places/image.png b/core/img/places/picture.png Binary files differindex 980a7c69813..980a7c69813 100644 --- a/core/img/places/image.png +++ b/core/img/places/picture.png diff --git a/core/img/places/image.svg b/core/img/places/picture.svg index 26c3d6312c2..26c3d6312c2 100644 --- a/core/img/places/image.svg +++ b/core/img/places/picture.svg |