summaryrefslogtreecommitdiff
path: root/gr-qtgui/apps/gr_time_plot_s
diff options
context:
space:
mode:
Diffstat (limited to 'gr-qtgui/apps/gr_time_plot_s')
-rwxr-xr-xgr-qtgui/apps/gr_time_plot_s2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/apps/gr_time_plot_s b/gr-qtgui/apps/gr_time_plot_s
index 6788284833..43b098dbdb 100755
--- a/gr-qtgui/apps/gr_time_plot_s
+++ b/gr-qtgui/apps/gr_time_plot_s
@@ -89,7 +89,7 @@ class gr_time_plot_f(gr.top_block):
# Set default labels based on file names
fname = f.split("/")[-1]
- self.gui_snk.set_title(n, "{0}".format(fname))
+ self.gui_snk.set_line_label(n, "{0}".format(fname))
n += 1
self.connect(self.srcs[0], self.cnvrt[0], self.skip)