[maemo-commits] [maemo-commits] r13573 - in projects/haf/branches/hildon-control-panel/refactoring: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Sep 4 15:11:49 EEST 2007
- Previous message: [maemo-commits] r13572 - in projects/haf/trunk/hildon-desktop: . libhildondesktop libhildonwm
- Next message: [maemo-commits] r13574 - in projects/haf/trunk/hildon-desktop: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-09-04 15:11:48 +0300 (Tue, 04 Sep 2007) New Revision: 13573 Modified: projects/haf/branches/hildon-control-panel/refactoring/ChangeLog projects/haf/branches/hildon-control-panel/refactoring/src/hcp-app-view.c Log: 2007-09-04 Lucas Rocha <lucas.rocha at nokia.com> * src/hcp-app-view.c: remove useless debugging message. Modified: projects/haf/branches/hildon-control-panel/refactoring/ChangeLog =================================================================== --- projects/haf/branches/hildon-control-panel/refactoring/ChangeLog 2007-09-04 12:09:57 UTC (rev 13572) +++ projects/haf/branches/hildon-control-panel/refactoring/ChangeLog 2007-09-04 12:11:48 UTC (rev 13573) @@ -1,5 +1,9 @@ 2007-09-04 Lucas Rocha <lucas.rocha at nokia.com> + * src/hcp-app-view.c: remove useless debugging message. + +2007-09-04 Lucas Rocha <lucas.rocha at nokia.com> + * src/hcp-app-view.c (hcp_app_view_selection_changed_cb): scroll to exact grid item instead of considering the whole widget height. Fixes: NB#65971. Modified: projects/haf/branches/hildon-control-panel/refactoring/src/hcp-app-view.c =================================================================== --- projects/haf/branches/hildon-control-panel/refactoring/src/hcp-app-view.c 2007-09-04 12:09:57 UTC (rev 13572) +++ projects/haf/branches/hildon-control-panel/refactoring/src/hcp-app-view.c 2007-09-04 12:11:48 UTC (rev 13573) @@ -418,7 +418,6 @@ if (view->priv->first_grid) { gtk_widget_grab_focus (priv->first_grid); - g_debug ("LALALAL JOJOJO"); gtk_icon_view_select_path (GTK_ICON_VIEW (priv->first_grid), gtk_tree_path_new_first ()); }
- Previous message: [maemo-commits] r13572 - in projects/haf/trunk/hildon-desktop: . libhildondesktop libhildonwm
- Next message: [maemo-commits] r13574 - in projects/haf/trunk/hildon-desktop: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]