~dockbar-main/dockbar/experimental

« back to all changes in this revision

Viewing changes to dockbarx/dockbar.py

  • Committer: Matias Särs
  • Date: 2011-02-05 18:05:11 UTC
  • Revision ID: msevens@kolumbus.fi-20110205180511-hlfglqjftpwjvd41
- Removed .py from dockbarx_factory.py and dbx_preference.py since debian doesn't allow file extensions in /usr/bin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
359
359
 
360
360
    def open_preference(self):
361
361
        # Starts the preference dialog
362
 
        os.spawnlp(os.P_NOWAIT,"/usr/bin/dbx_preference.py",
363
 
                    "/usr/bin/dbx_preference.py")
 
362
        os.spawnlp(os.P_NOWAIT,"/usr/bin/dbx_preference",
 
363
                    "/usr/bin/dbx_preference")
364
364
 
365
365
    #### Applet events
366
366
    def __on_ppm_pref(self,event=None,data=None):