From 932273ca5caeb544567a3c3dfba95e5771ecfc7e Mon Sep 17 00:00:00 2001 From: William Hua Date: Sat, 22 Jun 2013 16:26:13 -0400 Subject: Experimental non-null support. --- debian/changelog | 6 ++++++ debian/patches/default-icon-colour.patch | 10 ++++++++++ debian/patches/series | 1 + 3 files changed, 17 insertions(+) create mode 100644 debian/patches/default-icon-colour.patch create mode 100644 debian/patches/series (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 691300d2..7aeab3cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-keyboard (0.0.0-0ubuntu15) saucy; urgency=low + + * Experimental non-null support. + + -- William Hua Sat, 22 Jun 2013 16:25:44 -0400 + indicator-keyboard (0.0.0-0ubuntu14) saucy; urgency=low * Update indicator service manifest. diff --git a/debian/patches/default-icon-colour.patch b/debian/patches/default-icon-colour.patch new file mode 100644 index 00000000..0f1de6c0 --- /dev/null +++ b/debian/patches/default-icon-colour.patch @@ -0,0 +1,10 @@ +--- a/lib/main.vala ++++ b/lib/main.vala +@@ -183,6 +183,7 @@ + Pango.FontDescription description; + var style = get_style_context (); + var colour = style.get_color (Gtk.StateFlags.NORMAL); ++ colour = { 0.5, 0.5, 0.5, 1.0 }; + style.get (Gtk.StateFlags.NORMAL, Gtk.STYLE_PROPERTY_FONT, out description); + + var surface = new Cairo.ImageSurface (Cairo.Format.ARGB32, W, H); diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 00000000..a0ecd8c3 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +default-icon-colour.patch -- cgit v1.2.3