1
1

Small compilation fix - Federico

Этот коммит содержится в:
Miguel de Icaza 1998-11-12 21:35:04 +00:00
родитель 13bd569914
Коммит 758e881d61

Просмотреть файл

@ -582,7 +582,7 @@ session_save_state (GnomeClient *client, gint phase, GnomeRestartStyle save_styl
argv [i++] = pc->panel->cwd;
argv [i++] = "--geometry";
argv [i++] = geom;
free_list = g_list_append (free_list, buffer);
free_list = g_list_append (free_list, geom);
}
/* If no windows were open */