~ubuntu-branches/ubuntu/lucid/deskbar-applet/lucid

« back to all changes in this revision

Viewing changes to deskbar/deskbar-applet.py

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Moog
  • Date: 2009-07-13 21:25:43 UTC
  • mfrom: (1.5.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20090713212543-hp1l2phr6egiq5ml
Tags: 2.27.4-0ubuntu1
* New upstream release: (LP: #398943)
  - Fixed bug in files handler that uppercase querys never showed up
  - Use gio instead gnome.ui to retrieve thumbnails
  - Use SessionManager DBus service to logout/restart/shutdown instead of gnome.ui
  - Fixed bug #573639: Remove deprecated libgnomeui dependency
  - Always execute default action of first item when pressing Enter in entry
  - Use Utils.url_show_file instead of gnome-open
* debian/control{.in}:
  - remove useless scrollkeeper build-dep
* debian/patches
  - refresh the autoconf patch for the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
    gtk.main()
99
99
    gtk.gdk.threads_leave()
100
100
elif options.window:
101
 
    import gnome
102
101
    from deskbar.ui.DeskbarApplet import DeskbarApplet
103
 
    
104
 
    gnome.init(deskbar.defs.PACKAGE, deskbar.defs.VERSION)
 
102
 
105
103
    build_window()
106
104
    gtk.gdk.threads_enter()
107
105
    gtk.main()