updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / mintdesktop / arch-patch.diff
blob9483296ad388bb6383040e21ec98f512b4f7100c
1 --- usr.orig/lib/linuxmint/mintDesktop/mintDesktop.py 2010-10-05 09:45:06.000000000 -0500
2 +++ usr/lib/linuxmint/mintDesktop/mintDesktop.py 2010-10-21 14:56:16.036072012 -0500
3 @@ -1,4 +1,4 @@
4 -#!/usr/bin/env python
5 +#!/usr/bin/env python2
7 try:
8 import os
9 @@ -184,11 +184,7 @@
10 dlg.set_license(gpl)
11 except Exception, detail:
12 print detail
13 - try:
14 - version = commands.getoutput("/usr/lib/linuxmint/common/version.py mintdesktop")
15 - dlg.set_version(version)
16 - except Exception, detail:
17 - print detail
18 + dlg.set_version("3.2.2")
20 dlg.set_authors(["Clement Lefebvre <root@linuxmint.com>", "Ikey Doherty <contactjfreak@googlemail.com>"])
21 self.iconTheme = gtk.icon_theme_get_default()