]> Dogcows Code - chaz/openbox/blobdiff - openbox/popup.c
typo from code i removed
[chaz/openbox] / openbox / popup.c
index 8fad26b4889702eb0e8bcac64e1af958b61afa3e..77f751fcf888ba77be89c7b2facaf4c359906c1f 100644 (file)
@@ -201,10 +201,10 @@ void popup_delay_show(ObPopup *self, gulong usec, gchar *text)
     texty = (h - texth - emptyy) / 2 + t + ob_rr_theme->paddingy;
     icony = (h - iconh - emptyy) / 2 + t + ob_rr_theme->paddingy;
 
-    /* when there is no icon and the text is not parent relative, then 
-       fill the whole dialog with the text appearance, don't use the bg at all
+    /* when there is no icon, then fill the whole dialog with the text
+       appearance
     */
-    if (!(self->hasicon || self->a_text->surface.grad == RR_SURFACE_PARENTREL))
+    if (!self->hasicon)
     {
         textx = texty = 0;
         texth += emptyy;
This page took 0.020845 seconds and 4 git commands to generate.