Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 342523 | Differences between
and this patch

Collapse All | Expand All

(-)slim-1.3.2.old/panel.cpp (-2 / +2 lines)
Lines 23-29 Link Here
23
    Root = root;
23
    Root = root;
24
    cfg = config;
24
    cfg = config;
25
25
26
    session = "";
26
    session = cfg->nextSession(session);
27
27
28
    // Init GC
28
    // Init GC
29
    XGCValues gcv;
29
    XGCValues gcv;
Lines 188-194 Link Here
188
}
188
}
189
189
190
void Panel::ClearPanel() {
190
void Panel::ClearPanel() {
191
    session = "";
191
    session = cfg->nextSession(session);
192
    Reset();
192
    Reset();
193
    XClearWindow(Dpy, Root);
193
    XClearWindow(Dpy, Root);
194
    XClearWindow(Dpy, Win);
194
    XClearWindow(Dpy, Win);

Return to bug 342523