gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNUnet-developers] gnunet-gtk


From: Christian Grothoff
Subject: Re: [GNUnet-developers] gnunet-gtk
Date: Thu, 23 Dec 2004 06:03:18 +0100
User-agent: KMail/1.5.4

On Montag, 20. Dezember 2004 23:08, Jussi Eloranta wrote:
> Hi,
>
>
> A short question on gnunet-gtk (which BTW does not work properly on
> mac). In main.c I can see (search() function):
>
>    searchStringConst  =
> gtk_entry_get_text(GTK_ENTRY(main_window_input_line));
>    if (searchString == NULL) {
>      BREAK();
>      return;
>    }
>
> At least on my machine this always bombs since searchString is not
> initialized at all. Should this read:
>    searchStringConst  =
> gtk_entry_get_text(GTK_ENTRY(main_window_input_line));
>    if (searchStringConst == NULL) {
>      BREAK();
>      return;
>    }
>
> After this change it works on macs as well.

Yes, that was a bug.  Fixed in CVS (Nils: I did not apply the patch to the 0.6 
branch, but it should definitively go there, too).

Thanks!

Christian





reply via email to

[Prev in Thread] Current Thread [Next in Thread]