[maemo-commits] [maemo-commits] r13848 - in projects/haf/trunk/hildon-desktop: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Sep 17 15:26:24 EEST 2007
- Previous message: [maemo-commits] r13847 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Next message: [maemo-commits] r13849 - in projects/haf/trunk/hildon-fm: . debian hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-09-17 15:26:21 +0300 (Mon, 17 Sep 2007) New Revision: 13848 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/src/hd-switcher-menu.c Log: 2007-09-17 Lucas Rocha <lucas.rocha at nokia.com> * src/hd-switcher-menu.c (hd_switcher_menu_refresh_application_items): make sure the blinking is stopped when display is off inside the switcher menu applications pane. Removed some useless debugging messages. Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-09-17 12:22:26 UTC (rev 13847) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-09-17 12:26:21 UTC (rev 13848) @@ -1,3 +1,9 @@ +2007-09-17 Lucas Rocha <lucas.rocha at nokia.com> + + * src/hd-switcher-menu.c (hd_switcher_menu_refresh_application_items): + make sure the blinking is stopped when display is off inside the switcher + menu applications pane. Removed some useless debugging messages. + 2007-09-17 Moises Martinez <moises.martinez at nokia.com> * libhildondesktop/hildon-desktop-panel-expandable.c: Modified: projects/haf/trunk/hildon-desktop/src/hd-switcher-menu.c =================================================================== --- projects/haf/trunk/hildon-desktop/src/hd-switcher-menu.c 2007-09-17 12:22:26 UTC (rev 13847) +++ projects/haf/trunk/hildon-desktop/src/hd-switcher-menu.c 2007-09-17 12:26:21 UTC (rev 13848) @@ -861,6 +861,8 @@ return; system_inactivity = (state == OSSO_DISPLAY_OFF); + + g_debug ("LALALALALALALALA: %d", system_inactivity); if (system_inactivity != priv->system_inactivity) { @@ -2050,6 +2052,10 @@ { hd_switcher_menu_item_set_blinking (HD_SWITCHER_MENU_ITEM (l->data), TRUE); } + else if (hd_switcher_menu_item_is_blinking (HD_SWITCHER_MENU_ITEM (l->data))) + { + hd_switcher_menu_item_set_blinking (HD_SWITCHER_MENU_ITEM (l->data), FALSE); + } } } } @@ -2071,14 +2077,10 @@ if (hildon_desktop_notification_manager_find_by_id (switcher->nm, id, &iter)) { - g_debug ("ALOW ALOW ALOW"); - gtk_tree_model_get (GTK_TREE_MODEL (switcher->nm), &iter, HD_NM_COL_ACK, &ack, -1); - - g_debug ("ACK: %d", ack); } hd_switcher_menu_item_set_blinking (HD_SWITCHER_MENU_ITEM (l->data),
- Previous message: [maemo-commits] r13847 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
- Next message: [maemo-commits] r13849 - in projects/haf/trunk/hildon-fm: . debian hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]