diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/patches/default-icon-colour.patch | 10 | ||||
-rw-r--r-- | debian/patches/series | 1 |
3 files changed, 17 insertions, 0 deletions
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 <william.hua@canonical.com> 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 |