Revision: 1566 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1566&view=re... Author: ntrel Date: 2010-09-08 12:53:15 +0000 (Wed, 08 Sep 2010)
Log Message: ----------- Use new API field geany->main_widgets->message_window_notebook.
Modified Paths: -------------- trunk/geany-plugins/addons/ChangeLog trunk/geany-plugins/addons/src/ao_tasks.c
Modified: trunk/geany-plugins/addons/ChangeLog =================================================================== --- trunk/geany-plugins/addons/ChangeLog 2010-09-05 11:20:13 UTC (rev 1565) +++ trunk/geany-plugins/addons/ChangeLog 2010-09-08 12:53:15 UTC (rev 1566) @@ -1,3 +1,9 @@ +2010-09-08 Nick Treleaven nmt@localhost.localdomain + + * src/ao_tasks.c: + Use new API field geany->main_widgets->message_window_notebook. + + 2010-08-15 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* src/addons.c, src/ao_bookmarklist.c:
Modified: trunk/geany-plugins/addons/src/ao_tasks.c =================================================================== --- trunk/geany-plugins/addons/src/ao_tasks.c 2010-09-05 11:20:13 UTC (rev 1565) +++ trunk/geany-plugins/addons/src/ao_tasks.c 2010-09-08 12:53:15 UTC (rev 1566) @@ -482,8 +482,7 @@
if (priv->enable_tasks) { - GtkNotebook *notebook = GTK_NOTEBOOK( - ui_lookup_widget(geany->main_widgets->window, "notebook_info")); + GtkNotebook *notebook = GTK_NOTEBOOK(geany->main_widgets->message_window_notebook); gint page_number = gtk_notebook_page_num(notebook, priv->page);
gtk_notebook_set_current_page(notebook, page_number);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org