~macslow/notify-osd/fix-375408

« back to all changes in this revision

Viewing changes to examples/sync-icon-only.c

Merged my gerror-freeing branch after review and approval from Neil. Also
did the usual run of unit- and examples-tests and the dreaded distcheck.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
                if (!success)
69
69
                {
70
70
                        g_print ("That did not work ... \"%s\".\n",
71
 
                                 error->message);
 
71
                                 error->message);
 
72
                        g_error_free (error);
72
73
                }
 
74
 
73
75
                g_signal_connect (G_OBJECT (notification),
74
76
                                  "closed",
75
77
                                  G_CALLBACK (closed_handler),