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