[ontv] Fix typo
- From: Olof Kindgren <olki src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ontv] Fix typo
- Date: Tue, 13 Apr 2010 19:54:39 +0000 (UTC)
commit 1ae08507fefe3ad288bcf01b58f7585a0c1b5d3f
Author: Olof Kindgren <olki src gnome org>
Date: Tue Apr 13 21:54:00 2010 +0200
Fix typo
ontv/window.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ontv/window.py b/ontv/window.py
index e46d60e..86ec42d 100644
--- a/ontv/window.py
+++ b/ontv/window.py
@@ -325,7 +325,7 @@ class ProgramWindow(gtk.Window):
(w, h) = self.size_request()
return (w, h)
- def position_window(self, window_position):#window_position):
+ def position_window(self, window_position):
(x, y, gravity) = window_position
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]