From 4439771adde9d158c1e6a49b62f38a87c3a6485a Mon Sep 17 00:00:00 2001 From: Zach Tibbitts Date: Sat, 23 Dec 2006 03:30:25 +0000 Subject: [PATCH] rules-hint --- delugegtk.py | 1 + 1 file changed, 1 insertion(+) diff --git a/delugegtk.py b/delugegtk.py index 2279f7482..839d4d5ec 100755 --- a/delugegtk.py +++ b/delugegtk.py @@ -70,6 +70,7 @@ class DelugeGTK: # UID, Q#, Name, Size, Progress, Message, Seeders, Peers, DL, UL, ETA, Share self.store = gtk.ListStore(int, int, str, str, int, str, str, str, str, str, str, str) self.view.set_model(self.store) + self.view.set_rules_hint(True) ## Still a lot of work to be done here,