Fix another case of unbalances lua stack
commit740db109513e91d149876c82154456ccdfd3151e
authorUli Schlachter <psychon@znc.in>
Sun, 10 Oct 2010 20:01:41 +0000 (10 22:01 +0200)
committerUli Schlachter <psychon@znc.in>
Sun, 10 Oct 2010 20:32:08 +0000 (10 22:32 +0200)
tree5f341ab71a0167bf4b5226eed963e2a7be36b733
parente7cd824c0739c71bef2ec02b56037fecddc6f334
Fix another case of unbalances lua stack

Previously, client_set_icon() popped the image that was being used. When I made
this use oocairo, I accidentally made this function not pop anything at all, so
the caller has to do this now.

Signed-off-by: Uli Schlachter <psychon@znc.in>
property.c