summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <jan@unhosted.org>2011-10-07 16:18:47 +0200
committerJan-Christoph Borchardt <jan@unhosted.org>2011-10-07 16:18:47 +0200
commitfa72f1c3cc0f2767be68717c6b0fb8aa3143cd34 (patch)
tree1fdd0da18f1d33438e837e96187387baaddb8f73
parent0aaa1fb64ef536fab842a9e96db7f29d2ed17419 (diff)
downloadnextcloud-server-fa72f1c3cc0f2767be68717c6b0fb8aa3143cd34.tar.gz
nextcloud-server-fa72f1c3cc0f2767be68717c6b0fb8aa3143cd34.zip
some icon corrections
-rw-r--r--apps/gallery/appinfo/app.php4
-rw-r--r--apps/media/appinfo/app.php2
-rw-r--r--core/img/filetypes/addressbook.pngbin770 -> 0 bytes
-rw-r--r--core/img/filetypes/file.pngbin0 -> 294 bytes
-rw-r--r--core/img/filetypes/presentation.pngbin588 -> 519 bytes
-rw-r--r--core/img/places/picture.png (renamed from core/img/places/image.png)bin307 -> 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
deleted file mode 100644
index b73419ba820..00000000000
--- a/core/img/filetypes/addressbook.png
+++ /dev/null
Binary files differ
diff --git a/core/img/filetypes/file.png b/core/img/filetypes/file.png
new file mode 100644
index 00000000000..8b8b1ca0000
--- /dev/null
+++ b/core/img/filetypes/file.png
Binary files differ
diff --git a/core/img/filetypes/presentation.png b/core/img/filetypes/presentation.png
index c4eff0387d5..b4aaad9a45c 100644
--- a/core/img/filetypes/presentation.png
+++ b/core/img/filetypes/presentation.png
Binary files differ
diff --git a/core/img/places/image.png b/core/img/places/picture.png
index 980a7c69813..980a7c69813 100644
--- a/core/img/places/image.png
+++ b/core/img/places/picture.png
Binary files differ
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