make transparent background to be default for now
authormishas <mikhail.sobolev@gmail.com>
Tue, 10 Apr 2007 19:03:21 +0000 (19:03 +0000)
committermishas <mikhail.sobolev@gmail.com>
Tue, 10 Apr 2007 19:03:21 +0000 (19:03 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@162 3ba93dab-e023-0410-b42a-de7732cf370a

simple-launcher.cc

index 5f36aae..ea6147f 100644 (file)
@@ -133,7 +133,7 @@ char *SimpleLauncherApplet::ourDirs[] = {
 };
 
 // SimpleLauncherApplet::SimpleLauncherApplet() : myMainSettings(myClient.getKey(SL_APPLET_GCONF_PATH)), myContext(NULL), myWidget(NULL), myParent(NULL) {
-SimpleLauncherApplet::SimpleLauncherApplet() : myContext(NULL), myWidget(NULL), myParent(NULL), myTransparent(false), myIconSize(48) {
+SimpleLauncherApplet::SimpleLauncherApplet() : myContext(NULL), myWidget(NULL), myParent(NULL), myTransparent(true), myIconSize(48) {
 }
 
 bool SimpleLauncherApplet::doInit(void *state_data, int *state_size) {