~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to gnome-panel/panel-toplevel.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-01-14 22:20:05 UTC
  • mto: (2.1.6 squeeze) (1.3.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 171.
  • Revision ID: james.westby@ubuntu.com-20100114222005-rll7tw9fojl3ac6z
Tags: upstream-2.29.5.1
ImportĀ upstreamĀ versionĀ 2.29.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1216
1216
        gtk_widget_show (arrow);
1217
1217
 
1218
1218
        g_object_set_data (G_OBJECT (button),
1219
 
                           "gnome_disable_sound_events",
1220
 
                           GINT_TO_POINTER  (TRUE));
1221
 
        g_object_set_data (G_OBJECT (button),
1222
1219
                           "arrow-type",
1223
1220
                           GINT_TO_POINTER (arrow_type));
1224
1221