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