Title: [commits] (grant) [15970] [APP] Fix a copy-n-paste error Jeffrey noticed on IRC
Revision
15970
Author
grant
Date
2007-11-29 15:01:01 -0800 (Thu, 29 Nov 2007)

Log Message

[APP] Fix a copy-n-paste error Jeffrey noticed on IRC

Modified Paths

Diff

Modified: branches/rearchitecture/Chandler-App/ocap/chandler/summary.py (15969 => 15970)

--- branches/rearchitecture/Chandler-App/ocap/chandler/summary.py	2007-11-29 22:56:21 UTC (rev 15969)
+++ branches/rearchitecture/Chandler-App/ocap/chandler/summary.py	2007-11-29 23:01:01 UTC (rev 15970)
@@ -427,7 +427,7 @@
                 if tzWidth:
                     rect.width -= tzWidth
                     
-                hideTime.DrawClippedTextWithDots(dc, timeString, rect,
+                drawing.DrawClippedTextWithDots(dc, timeString, rect,
                                                          alignRight=True)
                 if tzWidth:
                     rect.width += tzWidth




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to