fix uninitialized var in randr config dialog which potentially broke initial monitor layout

SVN revision: 81593
This commit is contained in:
Mike Blumenkrantz 2012-12-21 21:35:17 +00:00
parent 4a52c46268
commit 580b884d41
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ e_smart_randr_monitors_create(Evas_Object *obj)
ECORE_X_RANDR_CONNECTION_STATUS_CONNECTED) ECORE_X_RANDR_CONNECTION_STATUS_CONNECTED)
{ {
Evas_Object *mon = NULL, *pmon = NULL; Evas_Object *mon = NULL, *pmon = NULL;
E_Randr_Crtc_Info *pcrtc; E_Randr_Crtc_Info *pcrtc = NULL;
/* if we do not have a saved config yet, and the /* if we do not have a saved config yet, and the
* policy of this output is 'none' then this could be a * policy of this output is 'none' then this could be a