~ubuntu-branches/ubuntu/vivid/gnome-desktop/vivid

« back to all changes in this revision

Viewing changes to libgnome-desktop/gnome-rr-labeler.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-03-17 15:29:53 UTC
  • Revision ID: james.westby@ubuntu.com-20110317152953-zogayqydf5l8las5
Tags: 1:2.32.1-0ubuntu4
* debian/patches/series:
  - Forgot to add 04_gnome_rr_labeler_show.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
        return window;
235
235
}
236
236
 
237
 
static void
238
 
create_label_windows (GnomeRRLabeler *labeler)
 
237
void
 
238
gnome_rr_labeler_show (GnomeRRLabeler *labeler)
239
239
{
240
240
        int i;
241
241
        gboolean created_window_for_clone;
242
242
 
 
243
        g_return_if_fail (GNOME_IS_RR_LABELER (labeler));
 
244
 
 
245
        if (labeler->windows != NULL)
 
246
                return;
 
247
 
243
248
        labeler->windows = g_new (GtkWidget *, labeler->num_outputs);
244
249
 
245
250
        created_window_for_clone = FALSE;
261
266
        labeler->num_outputs = count_outputs (labeler->config);
262
267
 
263
268
        make_palette (labeler);
264
 
 
265
 
        create_label_windows (labeler);
266
269
}
267
270
 
268
271
GnomeRRLabeler *