Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 181134 | Differences between
and this patch

Collapse All | Expand All

(-)qsopcast-0.3.5.old/src/config.cpp (-1 / +1 lines)
Lines 56-62 Link Here
56
   editchannelurl =
56
   editchannelurl =
57
      new QLineEdit (settings.
57
      new QLineEdit (settings.
58
		     readEntry ("/qsopcast/channelurl",
58
		     readEntry ("/qsopcast/channelurl",
59
				"http://channel.sopcast.com/gchlxml"), hbox);
59
				"http://www.sopcast.com/gchlxml"), hbox);
60
60
61
   hbox = new QHBox (this);
61
   hbox = new QHBox (this);
62
   label = new QLabel (tr ("sopcast URL header:"), hbox);
62
   label = new QLabel (tr ("sopcast URL header:"), hbox);

Return to bug 181134