fixed issue 309
git-svn-id: http://tint2.googlecode.com/svn/trunk@620 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -78,6 +78,8 @@ void init_launcher_panel(void *p)
|
|||||||
launcher->area._resize = resize_launcher;
|
launcher->area._resize = resize_launcher;
|
||||||
launcher->area.resize = 1;
|
launcher->area.resize = 1;
|
||||||
launcher->area.redraw = 1;
|
launcher->area.redraw = 1;
|
||||||
|
if (launcher->area.bg == 0)
|
||||||
|
launcher->area.bg = &g_array_index(backgrounds, Background, 0);
|
||||||
|
|
||||||
// check consistency
|
// check consistency
|
||||||
if (launcher->list_apps == NULL)
|
if (launcher->list_apps == NULL)
|
||||||
|
|||||||
@@ -98,7 +98,9 @@ void init_systray_panel(void *p)
|
|||||||
{
|
{
|
||||||
systray.area.parent = p;
|
systray.area.parent = p;
|
||||||
systray.area.panel = p;
|
systray.area.panel = p;
|
||||||
|
if (systray.area.bg == 0)
|
||||||
|
systray.area.bg = &g_array_index(backgrounds, Background, 0);
|
||||||
|
|
||||||
GSList *l;
|
GSList *l;
|
||||||
int count = 0;
|
int count = 0;
|
||||||
for (l = systray.list_icons; l ; l = l->next) {
|
for (l = systray.list_icons; l ; l = l->next) {
|
||||||
|
|||||||
@@ -76,9 +76,9 @@ static const char *global_ui =
|
|||||||
" <menuitem action='ThemeSaveAs'/>"
|
" <menuitem action='ThemeSaveAs'/>"
|
||||||
" <separator/>"
|
" <separator/>"
|
||||||
" <menuitem action='ThemeDelete'/>"
|
" <menuitem action='ThemeDelete'/>"
|
||||||
" <separator/>"
|
|
||||||
// " <menuitem action='ThemeProperties'/>"
|
|
||||||
// " <separator/>"
|
// " <separator/>"
|
||||||
|
// " <menuitem action='ThemeProperties'/>"
|
||||||
|
" <separator/>"
|
||||||
" <menuitem action='ThemeQuit'/>"
|
" <menuitem action='ThemeQuit'/>"
|
||||||
" </menu>"
|
" </menu>"
|
||||||
" <menu action='EditMenu'>"
|
" <menu action='EditMenu'>"
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user