Bug#670173: gnuplot: typo in qt terminal debug message
Jacopo Nespolo
j.nespolo at gmail.com
Mon Apr 23 16:30:21 UTC 2012
Package: gnuplot
Version: 4.6.0-5
Severity: minor
Tags: upstream patch
Dear Maintainer,
I think there is typo in the debugging message of the qt terminal:
Could not connect gnuplot_qt "" . Staring a new one
I suppose that should be a "Starting".
The following patch to gnuplot-4.6.0/src/qtterminal/term.cpp fixes the spelling.
I hope I run the diff right, my apologies in case I messed things up.
204c204
< qDebug() << "Could not connect to widget" << qt_optionWidget << ". Staring a QtGnuplotApplication";
---
> qDebug() << "Could not connect to widget" << qt_optionWidget << ". Starting a QtGnuplotApplication";
211c211
< qDebug() << "Could not connect gnuplot_qt" << qt_optionWidget << ". Staring a new one";
---
> qDebug() << "Could not connect gnuplot_qt" << qt_optionWidget << ". Starting a new one";
Thanks,
j
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (700, 'testing'), (600, 'unstable'), (400, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages gnuplot depends on:
ii gnuplot-nox 4.6.0-5
ii gnuplot-x11 4.6.0-5
gnuplot recommends no packages.
Versions of packages gnuplot suggests:
pn gnuplot-doc <none>
-- no debconf information
-------------- next part --------------
204c204
< qDebug() << "Could not connect to widget" << qt_optionWidget << ". Staring a QtGnuplotApplication";
---
> qDebug() << "Could not connect to widget" << qt_optionWidget << ". Starting a QtGnuplotApplication";
211c211
< qDebug() << "Could not connect gnuplot_qt" << qt_optionWidget << ". Staring a new one";
---
> qDebug() << "Could not connect gnuplot_qt" << qt_optionWidget << ". Starting a new one";
More information about the debian-science-maintainers
mailing list