Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/montage.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-12-16 19:36:06 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-12-16 19:36:06 (GMT)
commitf699b1f6dc897a96e4323db65961190e65690eef (patch)
tree8c457dc2e20f02e7716a3185f15bbabef9df1080 /montage.py
parent33cc7c69a7af607d129c43072187f44e5c99c066 (diff)
Switch to services
Diffstat (limited to 'montage.py')
-rw-r--r--montage.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/montage.py b/montage.py
index b403fc7..9f5fdbc 100644
--- a/montage.py
+++ b/montage.py
@@ -23,7 +23,7 @@ import gobject
import logging
from gobject import SIGNAL_RUN_FIRST, TYPE_PYOBJECT
-from port.scrolledbox import VScrolledBox
+from widgets.scrolledbox import VScrolledBox
import theme
import char
@@ -38,9 +38,9 @@ logger = logging.getLogger('cartoon-builder')
class View(gtk.EventBox):
__gsignals__ = {
- 'frame-changed' : (SIGNAL_RUN_FIRST, None, 2*[TYPE_PYOBJECT]),
- 'ground-changed': (SIGNAL_RUN_FIRST, None, [TYPE_PYOBJECT]),
- 'sound-changed' : (SIGNAL_RUN_FIRST, None, [TYPE_PYOBJECT]) }
+ 'frame-changed' : (SIGNAL_RUN_FIRST, None, 2*[TYPE_PYOBJECT]),
+ 'ground-changed': (SIGNAL_RUN_FIRST, None, [TYPE_PYOBJECT]),
+ 'sound-changed' : (SIGNAL_RUN_FIRST, None, [TYPE_PYOBJECT]) }
def set_frame(self, value):
tape_num, frame = value