Skip to content

Commit

Permalink
Refs #10768. Allow ComboBoxSetting::SetDBValue() to set a value for a…
Browse files Browse the repository at this point in the history
… not yet loaded selection list.
  • Loading branch information
daniel-kristjansson committed May 29, 2012
1 parent 517a348 commit 3a086e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions mythtv/libs/libmyth/settings.h
Expand Up @@ -344,6 +344,8 @@ class MPUBLIC ComboBoxSetting: public SelectSetting
virtual void setHelpText(const QString &str);

public slots:
virtual void SetDBValue(const QString &newValue)
{ SelectSetting::setValue(newValue); }
virtual void setValue(const QString &newValue);
virtual void setValue(int which);

Expand Down
2 changes: 1 addition & 1 deletion mythtv/libs/libmythbase/mythversion.h
Expand Up @@ -12,7 +12,7 @@
/// Update this whenever the plug-in API changes.
/// Including changes in the libmythbase, libmyth, libmythtv, libmythav* and
/// libmythui class methods used by plug-ins.
#define MYTH_BINARY_VERSION "0.26.20120509-1"
#define MYTH_BINARY_VERSION "0.26.20120528-1"

/** \brief Increment this whenever the MythTV network protocol changes.
*
Expand Down

0 comments on commit 3a086e3

Please sign in to comment.