[maemo-commits] [maemo-commits] r14162 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Sep 28 13:18:12 EEST 2007
- Previous message: [maemo-commits] r14161 - in projects/haf/trunk/hildon-1: . src
- Next message: [maemo-commits] r14163 - projects/haf/trunk/gtk+/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-09-28 13:18:10 +0300 (Fri, 28 Sep 2007) New Revision: 14162 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-home-item.c projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c Log: 2007-09-28 Johan Bilien <johan.bilien at nokia.com> * libhildondesktop/hildon-home-area.c: removed debug message * libhildondesktop/hildon-desktop-home-item.c: removed warning when no close icon is provided Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-09-28 10:10:52 UTC (rev 14161) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-09-28 10:18:10 UTC (rev 14162) @@ -1,5 +1,11 @@ 2007-09-28 Johan Bilien <johan.bilien at nokia.com> + * libhildondesktop/hildon-home-area.c: removed debug message + * libhildondesktop/hildon-desktop-home-item.c: removed warning + when no close icon is provided + +2007-09-28 Johan Bilien <johan.bilien at nokia.com> + * src/hd-panel-window-dialog.c: fixed potential leak of an int 2007-09-28 Johan Bilien <johan.bilien at nokia.com> Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-home-item.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-home-item.c 2007-09-28 10:10:52 UTC (rev 14161) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-home-item.c 2007-09-28 10:18:10 UTC (rev 14162) @@ -448,7 +448,6 @@ &error); if (error) { - g_warning ("Could not load close button icon: %s", error->message); applet_class->close_button = NULL; g_error_free (error); error = NULL; Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c 2007-09-28 10:10:52 UTC (rev 14161) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c 2007-09-28 10:18:10 UTC (rev 14162) @@ -823,9 +823,6 @@ priv = HILDON_HOME_AREA_GET_PRIVATE (area); - g_debug ("Adding Hildon Home applet %s", - hildon_desktop_item_get_id (HILDON_DESKTOP_ITEM (applet))); - if (HILDON_DESKTOP_IS_HOME_ITEM (applet)) { Layout *layout = NULL; @@ -1233,14 +1230,6 @@ priv = HILDON_HOME_AREA_GET_PRIVATE (widget); -#if 0 - g_debug ("Got expose event on %i,%i %ix%i", - event->area.x, - event->area.y, - event->area.width, - event->area.height); -#endif - if (GTK_WIDGET_DRAWABLE (widget)) { XRectangle rectangle; @@ -1350,14 +1339,6 @@ rect.width = rects[i].width; rect.height = rects[i].height; -#if 0 - g_debug ("Got damage on %i, %i %ix%i", - rect.x, - rect.y, - rect.width, - rect.height); -#endif - gdk_window_invalidate_rect (GTK_WIDGET (area)->window, &rect, FALSE); @@ -1668,8 +1649,6 @@ name = hildon_desktop_item_get_id (HILDON_DESKTOP_ITEM (w)); - g_debug ("Placing: %s", name); - priv = HILDON_HOME_AREA_GET_PRIVATE (area); area_rectangle = create_rectangle (0,
- Previous message: [maemo-commits] r14161 - in projects/haf/trunk/hildon-1: . src
- Next message: [maemo-commits] r14163 - projects/haf/trunk/gtk+/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]