Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 19176 Details for
Bug 31039
meld-0.9.0 [updated ebuild]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
meld-0.9.0-gentoo.diff
meld-0.9.0-gentoo.diff (text/plain), 1.99 KB, created by
Andreas Proschofsky (RETIRED)
on 2003-10-13 07:39:04 UTC
(
hide
)
Description:
meld-0.9.0-gentoo.diff
Filename:
MIME Type:
Creator:
Andreas Proschofsky (RETIRED)
Created:
2003-10-13 07:39:04 UTC
Size:
1.99 KB
patch
obsolete
>--- meld >+++ meld >@@ -52,6 +52,12 @@ > print "Due to incompatible API changes some functions may not operate as expected." > > # >+# Add the library path to the system load path >+# >+import os >+sys.path = [os.curdir, '/usr/lib/meld'] + sys.path >+ >+# > # main > # > import meldapp >--- meld.desktop >+++ meld.desktop >@@ -6,6 +6,6 @@ > Comment=Compare and merge your files. > TryExec=meld > Exec=meld >-Path=./meld > Terminal=false > Categories=GNOME;Application;Development; >+Icon=/usr/share/meld/glade2/pixmaps/icon.png >--- meldapp.py >+++ meldapp.py >@@ -453,7 +453,7 @@ > gnome.url_show("http://meld.sourceforge.net") > > def on_menu_users_manual_activate(self, button): >- gnome.url_show("file:///"+os.path.abspath(misc.appdir("manual/index.html") ) ) >+ gnome.url_show("file:///usr/share/doc/meld-0.8.2/html/index.html") > > def on_menu_about_activate(self, *extra): > about = gtk.glade.XML(misc.appdir("glade2/meld-app.glade"),"about").get_widget("about") >--- misc.py 2003-08-31 23:27:14.172632240 +0200 >+++ misc.py 2003-08-31 23:27:14.172632240 +0200 >@@ -55,14 +55,7 @@ > return ret > > def appdir(pathin): >- """Return where the application is installed. >- """ >- where = os.path.dirname(sys.argv[0]) >- pathout = os.path.join( where, pathin ) >- if not os.path.exists(pathout): >- run_dialog(_("Cannot find '%s'\nI looked in '%s'\n(%s)") % (pathin,where,pathout), None, gtk.MESSAGE_ERROR) >- sys.exit(1) >- return pathout >+ return os.path.join( "/usr/share/meld", pathin ) > > class struct: > """Similar to a dictionary except that members may be accessed as s.member. >--- dirdiff.py >+++ dirdiff.py >@@ -105,7 +105,7 @@ > join = os.path.join > > COL_EMBLEM = tree.COL_END + 1 >-pixbuf_newer = gnomeglade.load_pixbuf(misc.appdir("glade2/pixmaps/tree-file-newer.png"), 14) >+pixbuf_newer = gnomeglade.load_pixbuf(misc.appdir("glade2/pixmaps/tree-file-new.png"), 14) > TYPE_PIXBUF = type(pixbuf_newer) > > ################################################################################
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 31039
: 19176