Iain Lane has proposed merging lp:~laney/activity-log-manager/toolbar-iconsize 
into lp:activity-log-manager.

Requested reviews:
  Activity Log Manager (activity-log-manager)

For more details, see:
https://code.launchpad.net/~laney/activity-log-manager/toolbar-iconsize/+merge/235132

This now fails to build due to a type error.
-- 
https://code.launchpad.net/~laney/activity-log-manager/toolbar-iconsize/+merge/235132
Your team Activity Log Manager is requested to review the proposed merge of 
lp:~laney/activity-log-manager/toolbar-iconsize into lp:activity-log-manager.
=== modified file 'src/unified-privacy.vala'
--- src/unified-privacy.vala	2014-02-06 16:12:21 +0000
+++ src/unified-privacy.vala	2014-09-18 14:11:08 +0000
@@ -289,7 +289,7 @@
 			// Add/Remove buttons
 			var exception_toolbar = new Toolbar();
 			exception_toolbar.toolbar_style = ToolbarStyle.ICONS;
-			exception_toolbar.icon_size = 1;
+			exception_toolbar.icon_size = Gtk.IconSize.SMALL_TOOLBAR;
 			exception_toolbar.icon_size_set = true;
 			exception_toolbar.visible = true;
 			

_______________________________________________
Mailing list: https://launchpad.net/~zeitgeist
Post to     : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp

Reply via email to