~ubuntu-branches/ubuntu/maverick/gnome-control-center/maverick

« back to all changes in this revision

Viewing changes to capplets/appearance/theme-installer.c

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche, Robert Ancell, Didier Roche
  • Date: 2010-09-03 19:12:11 UTC
  • mfrom: (1.1.41 upstream)
  • Revision ID: james.westby@ubuntu.com-20100903191211-mxfkdc9w1ub3wx0s
Tags: 1:2.31.91-0ubuntu1
[ Robert Ancell ]
* New upstream release
* debian/patches/92_git_correct_escaping.patch:
  - Applied upstream

[ Didier Roche ]
* Readd dropped debian/patches/113_at_properties_add_visual_bell.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
429
429
                                                      gtk_image_new_from_stock (GTK_STOCK_APPLY,
430
430
                                                                                GTK_ICON_SIZE_BUTTON));
431
431
                                gtk_dialog_add_action_widget (GTK_DIALOG (dialog), apply_button, GTK_RESPONSE_APPLY);
432
 
                                GTK_WIDGET_SET_FLAGS (apply_button, GTK_CAN_DEFAULT);
 
432
                                gtk_widget_set_can_default (apply_button, TRUE);
433
433
                                gtk_widget_show (apply_button);
434
434
 
435
435
                                gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_APPLY);