| Summary: | PostgreSQL DB shows MySQL configuration dialog | ||
|---|---|---|---|
| Product: | [Applications] amarok | Reporter: | Adeodato Simó <dato> |
| Component: | general | Assignee: | Amarok Bugs <amarok-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | esigra |
| Priority: | NOR | ||
| Version First Reported In: | 1.3.2 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Adeodato Simó
2005-09-23 00:09:01 UTC
SVN commit 463418 by aoliveira:
Bad copy and paste job!
BUG: 113112
M +2 -2 dbsetup.ui.h
--- trunk/extragear/multimedia/amarok/src/dbsetup.ui.h #463417:463418
@@ -33,10 +33,10 @@
if (AmarokConfig::databaseEngine() == QString::number(DbConnection::postgresql))
{
databaseEngine->setCurrentItem("Postgresql");
- mySqlFrame->setShown( true );
+ postgreSqlFrame->setShown( true );
}
#endif
-
+
connect(databaseEngine, SIGNAL(activated( int )), SLOT(databaseEngineChanged()) );
}
|