Ted Gould has proposed merging lp:~ted/indicator-session/free-layout into
lp:indicator-session.
Requested reviews:
Indicator Applet Developers (indicator-applet-developers)
Fixing a missing unref.
--
https://code.launchpad.net/~ted/indicator-session/free-layout/+merge/20418
Your team ayatana-commits is subscribed to branch lp:indicator-session.
=== modified file 'src/indicator-session.c'
--- src/indicator-session.c 2010-02-18 15:39:20 +0000
+++ src/indicator-session.c 2010-03-02 02:50:27 +0000
@@ -214,6 +214,7 @@
gint width;
pango_layout_get_pixel_size(layout, &width, NULL);
+ g_object_unref(layout);
g_debug("Username width %dpx", width);
gint point = pango_font_description_get_size(style->font_desc);
_______________________________________________
Mailing list: https://launchpad.net/~ayatana-commits
Post to : [email protected]
Unsubscribe : https://launchpad.net/~ayatana-commits
More help : https://help.launchpad.net/ListHelp