1
0
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:
Adam Blackburn
2010-05-29 17:32:39 +08:00
parent f463fab451
commit dbe4bcf395

View File

@@ -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 = []