Binary files /tmp/51mwNlCGvV/indicator-fish-1.08/buildj.pyc and /tmp/jzBz_fHnn_/indicator-fish-1.08/buildj.pyc differ diff -Nru indicator-fish-1.08/debian/bzr-builder.manifest indicator-fish-1.08/debian/bzr-builder.manifest --- indicator-fish-1.08/debian/bzr-builder.manifest 2012-03-22 02:54:46.000000000 +0000 +++ indicator-fish-1.08/debian/bzr-builder.manifest 2014-04-21 17:39:49.000000000 +0000 @@ -1,2 +1,2 @@ # bzr-builder format 0.3 deb-version {debupstream}-0~19 -lp:indicator-fish revid:dylanmccall@ubuntu.com-20120322024912-5wcp1fw36lfmwpm3 +lp:indicator-fish revid:dylanmccall@ubuntu.com-20120322025804-fk1ntfjfq2rvy2zu diff -Nru indicator-fish-1.08/debian/changelog indicator-fish-1.08/debian/changelog --- indicator-fish-1.08/debian/changelog 2012-03-22 02:54:46.000000000 +0000 +++ indicator-fish-1.08/debian/changelog 2014-04-21 17:39:49.000000000 +0000 @@ -1,8 +1,8 @@ -indicator-fish (1.08-0~19~precise1) precise; urgency=low +indicator-fish (1.08-0~19~ubuntu12.04.1) precise; urgency=low * Auto build. - -- Dylan McCall Thu, 22 Mar 2012 02:54:46 +0000 + -- Dylan McCall Mon, 21 Apr 2014 17:39:49 +0000 indicator-fish (1.08) precise; urgency=low diff -Nru indicator-fish-1.08/src/FishIndicator.vala indicator-fish-1.08/src/FishIndicator.vala --- indicator-fish-1.08/src/FishIndicator.vala 2012-03-22 02:54:46.000000000 +0000 +++ indicator-fish-1.08/src/FishIndicator.vala 2014-04-21 17:39:49.000000000 +0000 @@ -98,8 +98,6 @@ message_label.set_line_wrap_mode (Pango.WrapMode.WORD_CHAR); message_box.attach (message_label, 0, 0, 1, 1); - message_label.override_color(Gtk.StateFlags.NORMAL | Gtk.StateFlags.ACTIVE | Gtk.StateFlags.PRELIGHT | Gtk.StateFlags.SELECTED | Gtk.StateFlags.INSENSITIVE | Gtk.StateFlags.INCONSISTENT | Gtk.StateFlags.FOCUSED, {1.0, 0.0, 0.0, 1.0}); - Gtk.Image message_image = new Gtk.Image.from_file (fortune_image); message_image.set_alignment (1, 0); message_box.attach (message_image, 1, 0, 1, 1);