← Back to team overview

elementaryart team mailing list archive

[Merge] lp:~voluntatefaber/granite/fixed-contractormenu into lp:granite

 

Andrea Basso has proposed merging lp:~voluntatefaber/granite/fixed-contractormenu into lp:granite.

Requested reviews:
  elementary Pantheon team (elementary-pantheon)

For more details, see:
https://code.launchpad.net/~voluntatefaber/granite/fixed-contractormenu/+merge/101439
-- 
https://code.launchpad.net/~voluntatefaber/granite/fixed-contractormenu/+merge/101439
Your team elementaryart (old) is subscribed to branch lp:granite.
=== modified file 'lib/Widgets/ContractorMenu.vala'
--- lib/Widgets/ContractorMenu.vala	2012-03-30 14:01:38 +0000
+++ lib/Widgets/ContractorMenu.vala	2012-04-10 19:47:17 +0000
@@ -40,6 +40,7 @@
         item.set_image (image);
         item.activate.connect (()=>{method();});
         insert(item, position);
+        item.show ();
     }
     
     public void name_blacklist (string[] names) {


Follow ups