![]() |
2009-04-17
, 17:14
|
|
Posts: 903 |
Thanked: 632 times |
Joined on Apr 2008
|
#12
|
Was it applied properly?
Only error that I get is:
But I'm pretty sure I got that before. It works here:
Here's the straight main_window.py file:
http://qwerty12.maemobox.org/main_window.txt
![]() |
2009-04-18
, 03:14
|
|
Posts: 903 |
Thanked: 632 times |
Joined on Apr 2008
|
#13
|
![]() |
2009-04-18
, 06:05
|
Posts: 367 |
Thanked: 47 times |
Joined on Nov 2008
@ Brooklyn, NY
|
#14
|
![]() |
2009-04-18
, 19:52
|
|
Posts: 903 |
Thanked: 632 times |
Joined on Apr 2008
|
#15
|
The Following User Says Thank You to BrentDC For This Useful Post: | ||
![]() |
2009-04-19
, 09:42
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#16
|
The statusbar applet is fairly useless, it must do more with a right-click, I should test on my desktop.
+Index: blueman-1.02/apps/blueman-applet =================================================================== --- blueman-1.02.orig/apps/blueman-applet 2009-02-25 13:28:46.000000000 +0000 +++ blueman-1.02/apps/blueman-applet 2009-04-12 16:39:08.000000000 +0100 @@ -87,12 +87,7 @@ self.status_icon = gtk.StatusIcon() self.status_icon = gtk.status_icon_new_from_icon_name("blueman") self.status_icon.set_tooltip(_("Bluetooth applet")) - self.status_icon.connect("popup-menu", self.on_popup_menu) - - def on_activate(status_icon): - self.on_devices(None) - - self.status_icon.connect("activate", on_activate) + self.status_icon.connect("activate", self.on_popup_menu) self.build_popup_menu() @@ -306,9 +301,9 @@ self.menu.append(menu_item) menu_item.show() - def on_popup_menu(self, status_icon, button, activate_time): + def on_popup_menu(self, status_icon): self.menu.popup(None, None, gtk.status_icon_position_menu, - button, activate_time, status_icon) + 3, gtk.gdk.Event (gtk.gdk.NOTHING).get_time (), status_icon) def on_setup_new(self, menu_item): sn = startup_notification("Bluetooth Assistant", _("Starting Bluetooth Assistant"), bin_name="blueman-assistant", icon="blueman")
![]() |
2009-04-23
, 01:04
|
|
Posts: 903 |
Thanked: 632 times |
Joined on Apr 2008
|
#17
|
The Following 3 Users Say Thank You to BrentDC For This Useful Post: | ||
![]() |
2009-04-24
, 02:10
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#18
|
![]() |
2009-05-27
, 12:01
|
Posts: 34 |
Thanked: 2 times |
Joined on Mar 2009
|
#19
|
http://en.wikipedia.org/wiki/Python_...ming_language)