~ubuntu-branches/ubuntu/precise/zenity/precise-proposed

« back to all changes in this revision

Viewing changes to src/password.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-11-16 15:55:40 UTC
  • mfrom: (1.1.41 upstream)
  • Revision ID: james.westby@ubuntu.com-20101116155540-fz7kk9zw8m8u3l3b
Tags: 2.32.1-0ubuntu1
* New upstream release
* debian/control:
  - Add Vcs-Bzr link

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
  password_data->entry_password = gtk_entry_new();
124
124
  gtk_entry_set_visibility(GTK_ENTRY(password_data->entry_password), 
125
125
                           FALSE);
 
126
  gtk_entry_set_activates_default (GTK_ENTRY(password_data->entry_password),
 
127
                                   TRUE);
126
128
  gtk_box_pack_start(GTK_BOX(vbox_entries),
127
129
                     password_data->entry_password,
128
130
                     TRUE,