[maemo-commits] [maemo-commits] r12787 - in projects/haf/trunk/hildon-desktop: . libhildonwm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Jul 23 15:38:04 EEST 2007
- Previous message: [maemo-commits] r12786 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r12788 - projects/haf/trunk/hildon-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: moimart Date: 2007-07-23 15:38:00 +0300 (Mon, 23 Jul 2007) New Revision: 12787 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c Log: 2007-07-23 Moises Martinez <moises.martinez at nokia.com> * libhildonwm/hd-wm.c: (hd_wm_x_window_is_watchable): - Removed redundant banner when an HDWApplication is launched. * ChangeLog updated. Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-07-23 12:34:35 UTC (rev 12786) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-07-23 12:38:00 UTC (rev 12787) @@ -1,3 +1,9 @@ +2007-07-23 Moises Martinez <moises.martinez at nokia.com> + + * libhildonwm/hd-wm.c: + (hd_wm_x_window_is_watchable): + - Removed redundant banner when an HDWApplication is launched. + 2007-07-17 Moises Martinez <moises.martinez at nokia.com> * configure.ac: 0.0.24 Modified: projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c 2007-07-23 12:34:35 UTC (rev 12786) +++ projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c 2007-07-23 12:38:00 UTC (rev 12787) @@ -551,12 +551,6 @@ if (class_hint.res_name) XFree(class_hint.res_name); - if (app) - { - if (!hd_wm_application_is_dummy (app)) - g_signal_emit_by_name (hdwm, "application-starting", app); - } - return app; }
- Previous message: [maemo-commits] r12786 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r12788 - projects/haf/trunk/hildon-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]