Declare variable, fix build.

* xrandr-capplet.c: (select_current_output_from_dialog_position):
Declare variable, fix build.


svn path=/trunk/; revision=9172
This commit is contained in:
Frederic Peters 2008-12-16 11:40:36 +00:00
parent e16c9d3715
commit 34f643bb92
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2008-12-16 Frederic Peters <fpeters@0d.be>
* xrandr-capplet.c: (select_current_output_from_dialog_position):
Declare variable, fix build.
2008-12-15 Federico Mena Quintero <federico@novell.com>
* xrandr-capplet.c (on_screen_changed): Use

View file

@ -1807,6 +1807,8 @@ get_output_for_window (GnomeRRConfig *configuration, GdkWindow *window)
static void
select_current_output_from_dialog_position (App *app)
{
GnomeRROutput *output;
if (GTK_WIDGET_REALIZED (app->dialog))
{
output = get_output_for_window (app->current_configuration, app->dialog->window);