pan-devel
[Top][All Lists]
Advanced

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

Re: [Pan-devel] No gtk_notebook_set_homogeneous_tabs function in gtk3


From: Heinrich Müller
Subject: Re: [Pan-devel] No gtk_notebook_set_homogeneous_tabs function in gtk3
Date: Sun, 22 Jan 2012 18:10:29 +0000 (UTC)
User-agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 5da8e00 ssh://address@hidden/git/pan2)

Roger Berny posted on Sun, 22 Jan 2012 15:51:24 +0100:

> I had to apply that patch:
> 
> --- a/pan/gui/prefs-ui.cc       2012-01-21 15:43:56.000000000 +0100 +++
> b/pan/gui/prefs-ui.cc       2012-01-22 15:21:58.000000000 +0100 @@
> -726,7 +726,7 @@
>  
>    GtkWidget * notebook = gtk_notebook_new ();
>  
> -  gtk_notebook_set_homogeneous_tabs (GTK_NOTEBOOK(notebook), true);
> +  //gtk_notebook_set_homogeneous_tabs (GTK_NOTEBOOK(notebook), true);
>    gtk_notebook_set_scrollable (GTK_NOTEBOOK(notebook), true);
>  
>    // Behavior
> 
> 
> The gtk_notebook_set_homogeneous_tabs function doesn't exist in gtk3; it
> was already deprecated in gtk2
> 
fixed

Attachment: signature.asc
Description: PGP signature


reply via email to

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