~ubuntu-branches/ubuntu/natty/gnome-utils/natty

« back to all changes in this revision

Viewing changes to gsearchtool/gsearchtool-callbacks.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-10-15 16:52:21 UTC
  • mto: This revision was merged to the branch mainline in revision 77.
  • Revision ID: james.westby@ubuntu.com-20101015165221-rkpl4spxhqvzw5r1
Tags: upstream-2.32.0
ImportĀ upstreamĀ versionĀ 2.32.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
365
365
        gtk_box_set_spacing (GTK_BOX (GTK_DIALOG (dialog)->vbox), 14);
366
366
 
367
367
        button = gtk_button_new_from_stock ("gtk-open");
368
 
        GTK_WIDGET_SET_FLAGS (button, GTK_CAN_DEFAULT);
 
368
        gtk_widget_set_can_default (button, TRUE);
369
369
        gtk_widget_show (button);
370
370
 
371
371
        gtk_dialog_add_action_widget (GTK_DIALOG (dialog), button, GTK_RESPONSE_OK);
562
562
        gtk_box_set_spacing (GTK_BOX (GTK_DIALOG (dialog)->vbox), 14);
563
563
 
564
564
        button = gtk_button_new_from_stock ("gtk-open");
565
 
        GTK_WIDGET_SET_FLAGS (button, GTK_CAN_DEFAULT);
 
565
        gtk_widget_set_can_default (button, TRUE);
566
566
        gtk_widget_show (button);
567
567
 
568
568
        gtk_dialog_add_action_widget (GTK_DIALOG (dialog), button, GTK_RESPONSE_OK);
742
742
        gtk_box_set_spacing (GTK_BOX (GTK_DIALOG (dialog)->vbox), 14);
743
743
 
744
744
        button = gtk_button_new_from_stock ("gtk-delete");
745
 
        GTK_WIDGET_SET_FLAGS (button, GTK_CAN_DEFAULT);
 
745
        gtk_widget_set_can_default (button, TRUE);
746
746
        gtk_widget_show (button);
747
747
 
748
748
        gtk_dialog_add_action_widget (GTK_DIALOG (dialog), button, GTK_RESPONSE_OK);