This code is no longer in version 0.91.0
This commit is contained in:
parent
788466c7df
commit
22f1e36ff0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120203
@ -1,12 +0,0 @@
|
||||
--- src/switchpanel.c.orig Sat Oct 23 10:56:59 2004
|
||||
+++ src/switchpanel.c Sun Oct 24 02:56:19 2004
|
||||
@@ -198,8 +198,8 @@
|
||||
static void addIconForWindow(WSwitchPanel *panel, WWindow *wwin, int iconWidth)
|
||||
{
|
||||
WMLabel *label= WMCreateLabel(panel->hbox);
|
||||
- WMAddBoxSubviewAtEnd(panel->hbox, WMWidgetView(label), False, True, iconWidth + ICON_EXTRASPACE, 0, 0);
|
||||
RImage *image = NULL;
|
||||
+ WMAddBoxSubviewAtEnd(panel->hbox, WMWidgetView(label), False, True, iconWidth + ICON_EXTRASPACE, 0, 0);
|
||||
|
||||
if (!WFLAGP(wwin, always_user_icon) && wwin->net_icon_image)
|
||||
image = RRetainImage(wwin->net_icon_image);
|
Loading…
Reference in New Issue
Block a user