GNOME Bugzilla – Bug 698798
GsmAutostartApp: Don't return NULL from constructor, use GInitable
Last modified: 2013-04-24 23:11:09 UTC
Recent GObject changes break this; it was never a supported operation. GInitable is the way to return errors to callers. --- gnome-session/gsm-autostart-app.c | 73 ++++++++++++++++++------------------- gnome-session/gsm-autostart-app.h | 3 +- gnome-session/gsm-manager.c | 6 ++- 3 files changed, 42 insertions(+), 40 deletions(-)
Created attachment 242370 [details] [review] 0001-GsmAutostartApp-Don-t-return-NULL-from-constructor-u.patch
Review of attachment 242370 [details] [review]: Looks good