[gnome-boxes] wizard-source: Remove a redundant workaround



commit 6bd3ed241b2c7170af10008c27394dac4dc6e11b
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Fri Jan 3 15:17:31 2014 +0000

    wizard-source: Remove a redundant workaround
    
    I failed to produce any size allocation issues without this workaround.

 src/wizard-source.vala |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/wizard-source.vala b/src/wizard-source.vala
index ea7add2..2e2b7f9 100644
--- a/src/wizard-source.vala
+++ b/src/wizard-source.vala
@@ -167,8 +167,6 @@ private class Boxes.WizardSource: GLib.Object {
         url_label.set_markup (_("<b>Desktop Access</b>\n\nWill add boxes for all systems available from this 
account."));
         url_label.set_use_markup (true);
         url_label.wrap = true;
-        // Work around clutter size allocation issue (bz#677260)
-        url_label.width_chars = 30;
 
         hbox.pack_start (url_label, true, true);
         vbox.add (hbox);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]