tibbs / rpms / gv

Forked from rpms/gv 6 years ago
Clone
f44c031
Index: src/info.c
f44c031
===================================================================
f44c031
--- src/info.c	(Revision 1)
f44c031
+++ src/info.c	(Arbeitskopie)
f44c031
@@ -140,7 +140,7 @@
f44c031
     XtSetValues(infotext,args,n);
f44c031
     XawTextEnableRedisplay(infotext);
f44c031
     if (!infoPopupVisible && gv_infoVerbose)
f44c031
-       if (gv_infoVerbose == 2 || strstr((char*)call_data, "Error:"))
f44c031
+       if (gv_infoVerbose == 2 || strstr((char*)call_data, "Error:") || strstr((char*)call_data, "ERROR:") || strstr((char*)call_data, "error:"))
f44c031
           cb_popupInfoPopup((Widget)NULL,(XtPointer)NULL,(XtPointer)NULL);
f44c031
     ENDMESSAGE(cb_appendInfoPopup)
f44c031
 }