Re: gmc
- From: Kevin Miller <sar hempseed com>
- To: Miguel de Icaza <miguel nuclecu unam mx>
- cc: gnome-list gnome org
- Subject: Re: gmc
- Date: Thu, 3 Sep 1998 19:47:03 -0500 (CDT)
I found one instance, in mc/gnome/gcliplabel.c line 95:
GtkWidget*
gtk_clip_label_new (const char *str)
{
GtkClipLabel *label;
g_return_val_if_fail (str != NULL, NULL);
label = gtk_type_new (gtk_clip_label_get_type ());
gtk_label_set (GTK_LABEL (label), str);
return GTK_WIDGET (label);
}
Hope this helps... I also checked for update of mc from cvs, and nothing
was changed....
sar
On Thu, 3 Sep 1998, Miguel de Icaza wrote:
>
> > They may have fixed it.. but I just got an update from cvs on 980902, and
> > compiled. Still does the same thing.
>
> Please do a:
>
> grep gtk_clip_label_new in mc/gnome/*.c
>
> Miguel.
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]