diff options
Diffstat (limited to 'audio/zinf/files/patch-base-src-player.cpp')
-rw-r--r-- | audio/zinf/files/patch-base-src-player.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/zinf/files/patch-base-src-player.cpp b/audio/zinf/files/patch-base-src-player.cpp new file mode 100644 index 000000000000..dc9db1ce4657 --- /dev/null +++ b/audio/zinf/files/patch-base-src-player.cpp @@ -0,0 +1,20 @@ +--- base/src/player.cpp.orig Sun Aug 3 04:17:48 2003 ++++ base/src/player.cpp Thu Aug 21 21:50:28 2003 +@@ -708,7 +708,7 @@ + #ifndef HAVE_GTK + if (name == "zinf.ui") { + pref = kTextUIPref; +- context->prefs->GetPrefString(pref, name); ++ m_context->prefs->GetPrefString(pref, name); + } + #endif + #endif +@@ -869,7 +869,7 @@ + // cerr << boost::format("%1% will quit") % The_BRANDING << endl; + + +- cerr << "No UI plugin in '" << thePath << "' matched 'plugins/" << name << "' or 'plugins/" << name << ".ui.'" << endl; ++ cerr << "If this was the first time you started zinf just try again." << endl; + cerr << The_BRANDING << " will quit." << endl; + #endif + Event *e = new Event(CMD_QuitPlayer); |