~ubuntu-branches/ubuntu/raring/gedit/raring

« back to all changes in this revision

Viewing changes to gedit/gedit-statusbar.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2011-06-27 05:29:37 UTC
  • mfrom: (1.1.86 upstream)
  • Revision ID: james.westby@ubuntu.com-20110627052937-9zihn7ha7of3b251
Tags: 3.1.1-0ubuntu1
* New upstream release.
* debian/control.in:
  - Require GTK+ 3.1.6
* debian/watch:
  - Look at unstable releases too

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
        gtk_frame_set_shadow_type (GTK_FRAME (statusbar->priv->state_frame),
131
131
                                   GTK_SHADOW_IN);
132
132
 
133
 
        hbox = gtk_hbox_new (FALSE, 0);
 
133
        hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
134
134
        gtk_container_add (GTK_CONTAINER (statusbar->priv->state_frame), hbox);
135
135
 
136
136
        statusbar->priv->load_image = gtk_image_new_from_stock (GTK_STOCK_OPEN, GTK_ICON_SIZE_MENU);