Aw: Re: New panel in trunk
Jasper Huijsmans
jasper at xfce.org
Thu Oct 13 18:49:48 CEST 2005
Fabian Nowak schreef:
> Am Donnerstag, den 13.10.2005, 14:45 +0200 schrieb Jasper Huijsmans:
>
>
>>>>As far as I know, I don't check anything...
>
>
> ~/tmp/xfce4-panel/plugins/launcher$ diff launcher.c launcher.c.bkup
> 96a97,102
>
>>void
>>launcher_save (XfcePanelPlugin *plugin, LauncherPlugin *launcher)
>>{
>> launcher_write_rc_file (plugin, launcher);
>>}
>>
>
> 458,468d463
> < void
> < launcher_save (XfcePanelPlugin *plugin, LauncherPlugin *launcher)
> < {
> < launcher_write_rc_file (plugin, launcher);
> <
> < LauncherEntry *entry = g_ptr_array_index (launcher->entries, 0);
> < GtkWidget *mi = NULL;
> < g_signal_connect (mi, "activate",
> < G_CALLBACK (launcher_menu_item_activate),
> entry);
> < }
> <
Still doesn't make sense (to me), I'm afraid. What do you want to do,
exactly?
This code tries to connect a signal handler to NULL...
More information about the Xfce4-dev
mailing list