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

« back to all changes in this revision

Viewing changes to gui/greeter/greeter_canvas_item.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:
37
37
#include "greeter_parser.h"
38
38
 
39
39
/* Keep track of buttons so they can be set sensitive/insensitive */
40
 
extern GtkButton *gtk_ok_button = NULL;
41
 
extern GtkButton *gtk_start_again_button = NULL;
 
40
GtkButton *gtk_ok_button = NULL;
 
41
GtkButton *gtk_start_again_button = NULL;
42
42
 
43
43
static void
44
44
apply_tint (GdkPixbuf *pixbuf, guint32 tint_color)