SuccessChanges

Summary

  1. disable "previous" button on welcome page (details)
  2. update debian/changelog (details)
Commit ab945a195246dca83fe4c67bc852898725258d56 by ivo.g.dimitrov.75
disable "previous" button on welcome page
It is not clear from GTK docs, but it looks like switch-page cb would
never be called for an empty notebook. In addition, switch-change cb is
called from gtk_widget_show_all and it seems there
gtk_notebook_get_current_page always returns -1. The effect of all that
is that we should not check if notebook is empty in switch-page cb,
otherwise "previous" button will always be enabled on "welcome" page
when it is shown for the first time.
Simplify the code a bit while at it.
Closes https://github.com/maemo-leste/bugtracker/issues/168
Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
The file was modifiedsrc/settings/wizard.c (diff)
Commit e5b4414c1b9e70e6d51b3b6b7d08e5b37f4770b2 by ivo.g.dimitrov.75
update debian/changelog
Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
The file was modifieddebian/changelog (diff)