summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bab/main.cpp2
-rw-r--r--style/baghira.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/bab/main.cpp b/bab/main.cpp
index c4bf7ac..11fbd48 100644
--- a/bab/main.cpp
+++ b/bab/main.cpp
@@ -432,6 +432,7 @@ TQString BabSwitcher::style()
{
case Jaguar:
return "Jaguar";
+ default:
case Panther:
return "Panther";
case iTunes:
@@ -449,6 +450,7 @@ TQString BabSwitcher::deco()
{
case Jaguar:
return "Jaguar";
+ default:
case Panther:
return "Panther";
case iTunes:
diff --git a/style/baghira.h b/style/baghira.h
index 8f219aa..64a3eab 100644
--- a/style/baghira.h
+++ b/style/baghira.h
@@ -236,6 +236,7 @@ public:
{
switch (inactiveButtonColor)
{
+ default:
case 0 : return (TQColor(232,232,232));
case 1 : return (bgColor());
case 2 : return (buttonColor());