~elementary-apps/switchboard-plug-pantheon-shell/trunk

« back to all changes in this revision

Viewing changes to src/Wallpaper.vala

Drop unused Wallpaper combo entry to fix bug #1079060.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
                
146
146
                combo = new ComboBoxText ();
147
147
                combo.append ("none", _("None"));
148
 
                combo.append ("wallpaper", _("Wallpaper"));
149
148
                combo.append ("centered", _("Centered"));
150
149
                combo.append ("scaled", _("Scaled"));
151
150
                combo.append ("stretched", _("Stretched"));