[maemo-commits] [maemo-commits] r13612 - in projects/haf/trunk/hildon-desktop: . libhildonwm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Sep 5 17:21:17 EEST 2007
Author: lucasr
Date: 2007-09-05 17:21:12 +0300 (Wed, 05 Sep 2007)
New Revision: 13612

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c
Log:
2007-09-05  Lucas Rocha  <lucas.rocha at nokia.com>

	* libhildonwm (hd_wm_activate_window): correctly activate applications
	menu through keyboard shortcut. Fixes: NB#55569.


Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-09-05 14:10:10 UTC (rev 13611)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-09-05 14:21:12 UTC (rev 13612)
@@ -1,5 +1,10 @@
 2007-09-05  Lucas Rocha  <lucas.rocha at nokia.com>
 
+	* libhildonwm (hd_wm_activate_window): correctly activate applications
+	menu through keyboard shortcut. Fixes: NB#55569.
+
+2007-09-05  Lucas Rocha  <lucas.rocha at nokia.com>
+
 	* src/hd-switcher-menu.c (hd_switcher_menu_changed_info_cb): fix
 	regression bug on defining whether to blink icon in switcher menu
 	button or not. Fixes: NB#68371.

Modified: projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c	2007-09-05 14:10:10 UTC (rev 13611)
+++ projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c	2007-09-05 14:21:12 UTC (rev 13612)
@@ -2320,8 +2320,7 @@
       hd_wm_focus_active_window (hdwm);
       return;
     case HD_TN_ACTIVATE_ALL_MENU:
-      g_object_set (hdwm->priv->all_menu, "activate", TRUE, NULL);
-      g_signal_emit_by_name (hdwm->priv->all_menu, "toggled");
+      gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (hdwm->priv->all_menu), TRUE);
       break;
     default:
       hd_wm_debug ("%s: %d, hd_wm_activate: deprecated. It was used to activate specific tasknavigator buttons",__FILE__,__LINE__);


More information about the maemo-commits mailing list