Re: gmc




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]