[Gpe-list] Patch to gpe-todo for maemo 5 / fremantle

Graham Cobb g+gpe at cobb.uk.net
Thu Jan 7 01:02:17 CET 2010


Sarah,

One more thing:

I notice that in todo-ui.c, around line 358, you have the following code:

#if MAEMO_VERSION_MAJOR >= 5
  scrolled = hildon_pannable_area_new ();
#else
  scrolled = gtk_scrolled_window_new (NULL, NULL);
  gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scrolled_window),
                                  GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC);
#endif

I presume that reference to "scrolled_window" should be "scrolled".

I have not, yet, tried compiling the non-Fremantle version to check.

Graham



More information about the Gpe-list mailing list