]> Dogcows Code - chaz/openbox/blobdiff - openbox/popup.c
half way through the changes to new menu code/design. hot shit. static menus work...
[chaz/openbox] / openbox / popup.c
index 0a9617098a3ef4add6e6169006d64610f6a442fe..d44a59d162c0415d38dc80e3904b58a269d17c41 100644 (file)
@@ -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);
 
This page took 0.02108 seconds and 4 git commands to generate.