0a87a24da9
gedit-code-assistance is a plugin for gedit which provides code assistance for C, C++ and Objective-C by utilizing clang. ok aja@
17 lines
350 B
Plaintext
17 lines
350 B
Plaintext
$OpenBSD: patch-data_gcp_css,v 1.1.1.1 2012/05/01 07:38:47 jasper Exp $
|
|
|
|
Silence gtk3 warnings.
|
|
|
|
--- data/gcp.css.orig Mon Apr 30 20:11:52 2012
|
|
+++ data/gcp.css Mon Apr 30 20:12:08 2012
|
|
@@ -1,7 +1,7 @@
|
|
GcpDiagnosticMessage
|
|
{
|
|
- border-width: 0;
|
|
- border-radius: 10;
|
|
+ border-width: 0px;
|
|
+ border-radius: 10px;
|
|
}
|
|
|
|
GcpDiagnosticMessage.warning
|