Changed command to install from the menu

This commit is contained in:
Kevin Cunningham 2011-12-24 21:38:32 -05:00
parent d53fb8382f
commit 693c7f8676

View File

@ -339,7 +339,7 @@ class pluginclass( object ):
self.panel_position = mateconf.client_get_default().get_int("/apps/panel/applets/" + applet + "/position") + 1
def apturl_install(self, widget, pkg_name):
os.system("xdg-open apt://" + pkg_name + " &")
os.system("/usr/bin/mint-make-cmd " + pkg_name + " &")
self.mintMenuWin.hide()
def __del__( self ):