~ubuntu-branches/ubuntu/feisty/gdm/feisty

« back to all changes in this revision

Viewing changes to vicious-extensions/ve-nongnome.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-12-19 11:47:26 UTC
  • mfrom: (1.4.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061219114726-isciqcsd4pkxtgx6
Tags: 2.17.4-0ubuntu1
* New upstream release:
  - Improvements to gdmsetup, which now supports many new features.
  - No longer set XDG_SESSION_COOKIE if there is no cookie.
  - Now the key and dwell gestures start Orca instead of Gnopernicus.  
    Must use Orca v2.17.4 or later to work with GDM.
  - Translation updates
* debian/patches/90_fix_format_overflow.patch:
  - dropped, included in release.
* debian/patches/16_configure_menu_item.patch:
  - updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
{
223
223
  GList *retval = NULL;
224
224
 
225
 
  gchar *language;
226
 
  gchar *territory;
227
 
  gchar *codeset;
228
 
  gchar *modifier;
 
225
  gchar *language = NULL;
 
226
  gchar *territory = NULL;
 
227
  gchar *codeset = NULL;
 
228
  gchar *modifier = NULL;
229
229
 
230
230
  guint mask;
231
231
  guint i;