diff --git a/panels/display/cc-display-panel.c b/panels/display/cc-display-panel.c index 217224fc8..ac75511d5 100644 --- a/panels/display/cc-display-panel.c +++ b/panels/display/cc-display-panel.c @@ -513,7 +513,7 @@ rebuild_rotation_combo (CcDisplayPanel *self) gnome_rr_output_info_set_rotation (self->priv->current_output, current); if (!(selection && combo_select (self->priv->rotation_combo, selection))) - combo_select (self->priv->rotation_combo, _("Normal")); + combo_select (self->priv->rotation_combo, _(rotations[0].name)); } static int @@ -2590,7 +2590,7 @@ cc_display_panel_constructor (GType gtype, CcDisplayPanel *self; CcShell *shell; GtkWidget *toplevel; - gchar *objects[] = {"display-panel", "rotation-liststore", NULL}; + gchar *objects[] = {"display-panel", NULL}; obj = G_OBJECT_CLASS (cc_display_panel_parent_class)->constructor (gtype, n_properties, properties); self = CC_DISPLAY_PANEL (obj); diff --git a/panels/display/display-capplet.ui b/panels/display/display-capplet.ui index 2533e1002..e60e467a2 100644 --- a/panels/display/display-capplet.ui +++ b/panels/display/display-capplet.ui @@ -2,26 +2,6 @@ - - - - - - - - Normal - - - Left - - - Right - - - Upside-down - - -