~ubuntu-branches/ubuntu/utopic/nautilus/utopic-proposed

« back to all changes in this revision

Viewing changes to src/nautilus-progress-info-widget.c

  • Committer: Package Import Robot
  • Author(s): Tim Lunn
  • Date: 2014-01-02 16:50:06 UTC
  • mto: This revision was merged to the branch mainline in revision 343.
  • Revision ID: package-import@ubuntu.com-20140102165006-ufn0so3frq4zox7l
Tags: upstream-3.10.1
ImportĀ upstreamĀ versionĀ 3.10.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
                           TRUE, TRUE,
125
125
                           0);
126
126
 
127
 
        image = gtk_image_new_from_stock (GTK_STOCK_CANCEL,
128
 
                                          GTK_ICON_SIZE_BUTTON);
 
127
        image = gtk_image_new_from_icon_name ("gtk-cancel",
 
128
                                              GTK_ICON_SIZE_BUTTON);
129
129
        button = gtk_button_new ();
130
130
        gtk_container_add (GTK_CONTAINER (button), image);
131
131
        gtk_box_pack_start (GTK_BOX (hbox),