Code review comment for lp://staging/~ev/activity-log-manager/add-whoopsie-back

Revision history for this message
Manish Sinha (मनीष सिन्हा) (manishsinha) wrote :

#1 0x00007fffb99244b0 in alm_main_window_panel_init (self=0x5555557b9b40) at alm-cc.c:63
line 63 is
GtkWidget *whoopsie = GTK_WIDGET (whoopsie_daisy_preferences_new ());

tells that the issue is with macro GTK_WIDGET since if the problem was with whoopsie_daisy_preferences_new () then the backtrace would have included the function

GtkWidget*
whoopsie_daisy_preferences_new (void)
{
    return g_object_new (WHOOPSIE_DAISY_TYPE_PREFERENCES, NULL);
}

section from diagnostic-widget.c

« Back to merge proposal