This commit is contained in:
GitHub Merge Button 2012-04-18 03:05:09 -07:00
commit 4d9aecd0a2

View File

@ -339,7 +339,7 @@ class pluginclass( object ):
self.panel_position = mateconf.client_get_default().get_int("/apps/panel/applets/" + applet + "/position") + 1 self.panel_position = mateconf.client_get_default().get_int("/apps/panel/applets/" + applet + "/position") + 1
def apturl_install(self, widget, pkg_name): 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() self.mintMenuWin.hide()
def __del__( self ): def __del__( self ):