[pdfmod] Add hires icon from Kalle



commit b7743c2fc3a68620bdbf0d6d9421cda53d97c938
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Thu Jul 30 10:49:41 2009 -0700

    Add hires icon from Kalle

 data/icons/Makefile.am             |    1 +
 data/icons/pdfmod-256.png          |  Bin 0 -> 41063 bytes
 data/pdfmod.desktop.in             |    9 +++++----
 src/PdfMod/PdfMod/GlobalActions.cs |    2 +-
 4 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 1bfbbe1..97efe1a 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -5,6 +5,7 @@ theme_icons = \
 	apps,pdfmod-22.png \
 	apps,pdfmod-24.png \
 	apps,pdfmod-32.png \
+	apps,pdfmod-256.png \
 	apps,pdfmod.svg
 
 install_icon_exec = $(top_srcdir)/icon-theme-installer \
diff --git a/data/icons/pdfmod-256.png b/data/icons/pdfmod-256.png
new file mode 100644
index 0000000..03201a9
Binary files /dev/null and b/data/icons/pdfmod-256.png differ
diff --git a/data/pdfmod.desktop.in b/data/pdfmod.desktop.in
index 4078021..31d6059 100644
--- a/data/pdfmod.desktop.in
+++ b/data/pdfmod.desktop.in
@@ -2,15 +2,16 @@
 _Name=PDF Mod
 _Comment=Remove, extract, and rotate pages in PDF documents
 _GenericName=PDF Modifier
-#DocPath=pdfmod
+DocPath=pdfmod
 TryExec=pdfmod
 Exec=pdfmod %U
 StartupNotify=true
 Type=Application
 Terminal=false
-#X-GNOME-Bugzilla-Bugzilla=GNOME
-#X-GNOME-Bugzilla-Product=pdfmod
-#X-GNOME-Bugzilla-Component=general
+IconName=pdfmod
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=pdfmod
+X-GNOME-Bugzilla-Component=general
 #X-GNOME-Bugzilla-Version= VERSION@
 Categories=GNOME;GTK;Utility;
 MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;
diff --git a/src/PdfMod/PdfMod/GlobalActions.cs b/src/PdfMod/PdfMod/GlobalActions.cs
index 60eed69..d808548 100644
--- a/src/PdfMod/PdfMod/GlobalActions.cs
+++ b/src/PdfMod/PdfMod/GlobalActions.cs
@@ -387,7 +387,7 @@ namespace PdfMod
             };
 
             try {
-                dialog.Logo = Gtk.IconTheme.Default.LoadIcon ("pdfmod", 128, 0);
+                dialog.Logo = Gtk.IconTheme.Default.LoadIcon ("pdfmod", 256, 0);
             } catch {}
 
             string [] license_paths = new string [] {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]