------------------------------------------------------------ revno: 399 committer: Mirco Müller <[email protected]> branch nick: notify-osd timestamp: Tue 2009-09-29 11:52:49 +0200 message: applied patch from Steve Dodier looking up gravity-gconf-key upon startup, fixes LP: #431200 modified: src/defaults.c
-- lp:notify-osd https://code.launchpad.net/~notify-osd-developers/notify-osd/main Your team ayatana-commits is subscribed to branch lp:notify-osd. To unsubscribe from this branch go to https://code.launchpad.net/~notify-osd-developers/notify-osd/main/+edit-subscription.
=== modified file 'src/defaults.c' --- src/defaults.c 2009-09-18 19:48:10 +0000 +++ src/defaults.c 2009-09-29 09:52:49 +0000 @@ -515,6 +515,7 @@ /* grab system-wide font-face/size and DPI */ _get_font_size_dpi (self); + _get_gravity (self); /* correct the default min. bubble-height, according to the icon-size */ g_object_get (self,
_______________________________________________ Mailing list: https://launchpad.net/~ayatana-commits Post to : [email protected] Unsubscribe : https://launchpad.net/~ayatana-commits More help : https://help.launchpad.net/ListHelp

