X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fpopup.c;h=d44a59d162c0415d38dc80e3904b58a269d17c41;hb=c34ef4028e504b8ce862b9c2e47b284ab66717dd;hp=0a9617098a3ef4add6e6169006d64610f6a442fe;hpb=cadab91e522c6426cc79df4f06e7c05232cb0a64;p=chaz%2Fopenbox diff --git a/openbox/popup.c b/openbox/popup.c index 0a961709..d44a59d1 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -127,7 +127,7 @@ void popup_show(Popup *self, gchar *text, ObClientIcon *icon) if (!self->a_bg) self->a_bg = RrAppearanceCopy(ob_rr_theme->app_hilite_bg); if (self->hasicon && !self->a_icon) - self->a_icon = RrAppearanceCopy(ob_rr_theme->app_icon); + self->a_icon = RrAppearanceCopy(ob_rr_theme->a_clear_tex); if (!self->a_text) self->a_text = RrAppearanceCopy(ob_rr_theme->app_hilite_label);