Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-07-12 00:23:54 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-07-12 00:23:54 (GMT)
commit343763e2a24203ada7695422849c2ec3d60974d9 (patch)
treeeb36a4a16fa5a5637366ef159ead89a8dfcbd856
parent90917b54d90f0345d73bc85a284d7ac4ae0fa92f (diff)
0002-Friendlier-name-for-recorded-journal-item-olpcau-792.patch by icarito
-rw-r--r--pippy_app.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/pippy_app.py b/pippy_app.py
index 04e7baa..406fa4d 100644
--- a/pippy_app.py
+++ b/pippy_app.py
@@ -73,11 +73,11 @@ class ScreencastActivity(ViewSourceActivity):
# Status label.
self.status = gtk.Label(_("Status: Stopped"))
- hbox.pack_start(self.record, expand=False)
- hbox.pack_start(self.stop, expand=False)
- hbox.pack_start(self.status, expand=False)
+ hbox.pack_start(self.record, expand=False, padding=20)
+ hbox.pack_start(self.stop, expand=False, padding=20)
+ hbox.pack_start(self.status, expand=False, padding=20)
- vbox.pack_start(hbox)
+ vbox.pack_start(hbox, expand=True, fill=False)
self.set_canvas(vbox)
self.show_all()
@@ -147,7 +147,7 @@ class ScreencastActivity(ViewSourceActivity):
print "no more record process"
# The recording process exited
self.status.set_text("Status: Stopped")
- os.system('copy-to-journal /tmp/recordmydesktop.ogv -m video/ogg')
+ os.system('copy-to-journal /tmp/recordmydesktop.ogv -m video/ogg -t "My Screencast"')
return False
else:
# Maybe we have new stderr.