pan-devel
[Top][All Lists]
Advanced

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

[Pan-devel] No gtk_notebook_set_homogeneous_tabs function in gtk3


From: Roger Berny
Subject: [Pan-devel] No gtk_notebook_set_homogeneous_tabs function in gtk3
Date: Sun, 22 Jan 2012 15:51:24 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111224 Thunderbird/9.0.1

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

The source compiles without that line in pan/gui/prefs-ui.cc.

Attachment: no_gtk_notebook_set_homogeneous_tabs.patch
Description: Text Data


reply via email to

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