use greyscale tomboy icon
authorChristian Weiske <cweiske@cweiske.de>
Tue, 28 Oct 2014 17:25:32 +0000 (18:25 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Tue, 28 Oct 2014 17:25:32 +0000 (18:25 +0100)
appinfo/app.php
img/notes.png [deleted file]
img/tomboy-grey.png [new file with mode: 0644]

index c80d95bf220e05523aebac5b4e098c1d7a633c98..704b2c77250346bb924a538c0f26a2296d421fca 100755 (executable)
@@ -6,7 +6,7 @@ OCP\App::addNavigationEntry(
         'id' => 'grauphel',
         'order' => 2342,
         'href' => \OCP\Util::linkToRoute('grauphel.gui.index'),
         'id' => 'grauphel',
         'order' => 2342,
         'href' => \OCP\Util::linkToRoute('grauphel.gui.index'),
-        'icon' => OCP\Util::imagePath('grauphel', 'notes.png'),
+        'icon' => OCP\Util::imagePath('grauphel', 'tomboy-grey.png'),
         'name' => 'Tomboy notes'
     )
 );
         'name' => 'Tomboy notes'
     )
 );
diff --git a/img/notes.png b/img/notes.png
deleted file mode 100644 (file)
index a03a639..0000000
Binary files a/img/notes.png and /dev/null differ
diff --git a/img/tomboy-grey.png b/img/tomboy-grey.png
new file mode 100644 (file)
index 0000000..069a757
Binary files /dev/null and b/img/tomboy-grey.png differ