mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 21:08:06 +01:00
Debian patch: 30-make_connection_info_selectable.patch
This commit is contained in:
@@ -550,6 +550,7 @@ class TrayIcon(object):
|
|||||||
# Create labels
|
# Create labels
|
||||||
self.label = gtk.Label()
|
self.label = gtk.Label()
|
||||||
self.data = gtk.Label()
|
self.data = gtk.Label()
|
||||||
|
self.data.set_selectable(True)
|
||||||
self.label.show()
|
self.label.show()
|
||||||
self.data.show()
|
self.data.show()
|
||||||
self.list = []
|
self.list = []
|
||||||
|
|||||||
Reference in New Issue
Block a user