[med-svn] r17272 - trunk/packages/treeviewx/trunk/debian/patches
Charles Plessy
plessy at moszumanska.debian.org
Sat Jun 21 07:15:09 UTC 2014
Author: plessy
Date: 2014-06-21 07:15:09 +0000 (Sat, 21 Jun 2014)
New Revision: 17272
Added:
trunk/packages/treeviewx/trunk/debian/patches/treeview-xpm-not-xbm.patch
Modified:
trunk/packages/treeviewx/trunk/debian/patches/series
Log:
Patch to Fix the extension and path of the icon.
Modified: trunk/packages/treeviewx/trunk/debian/patches/series
===================================================================
--- trunk/packages/treeviewx/trunk/debian/patches/series 2014-06-20 22:32:19 UTC (rev 17271)
+++ trunk/packages/treeviewx/trunk/debian/patches/series 2014-06-21 07:15:09 UTC (rev 17272)
@@ -3,3 +3,4 @@
fix_loading_crash.patch
wx3.0-compat.patch
svg.patch
+treeview-xpm-not-xbm.patch
Added: trunk/packages/treeviewx/trunk/debian/patches/treeview-xpm-not-xbm.patch
===================================================================
--- trunk/packages/treeviewx/trunk/debian/patches/treeview-xpm-not-xbm.patch (rev 0)
+++ trunk/packages/treeviewx/trunk/debian/patches/treeview-xpm-not-xbm.patch 2014-06-21 07:15:09 UTC (rev 17272)
@@ -0,0 +1,16 @@
+Description: Fix the extension of the icon
+Author: Olly Betts <olly at survex.com>
+Last-Update: 2014-06-21
+Forwarded: http://code.google.com/p/treeviewx/issues/detail?id=4
+
+--- a/tv.cpp
++++ b/tv.cpp
+@@ -215,7 +215,7 @@
+ frame->SetIcon(wxIcon("app")); // use the name of the icon in the resource file
+ #endif
+ #if defined(__WXGTK__) || defined(__WXMOTIF__)
+- frame->SetIcon(wxIcon(wxT("bitmaps/treeview.xbm")));
++ frame->SetIcon(wxIcon(wxT("/usr/share/pixmaps/treeviewx.xpm")));
+ #endif
+
+ #ifdef __WXMAC__
More information about the debian-med-commit
mailing list