mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
whoops
Original commit message from CVS: whoops
This commit is contained in:
parent
e3c70bcaeb
commit
8755b2a178
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class Window(gtk.Window):
|
|||
if m:
|
||||
self.selected_pipe = m.get_value(i, 1)
|
||||
pasteable = escape(self.selected_pipe, '\n)(')
|
||||
l.set_markup('<big><big><tt>%s</tt></big></big>' % pasteable)
|
||||
l.set_markup('<small><tt>%s</tt></small>' % pasteable)
|
||||
else:
|
||||
self.selected_pipe = None
|
||||
l.set_markup('')
|
||||
|
|
Loading…
Reference in a new issue