Fix a variable type
2008-12-18 Federico Mena Quintero <federico@novell.com> * xrandr-capplet.c (select_current_output_from_dialog_position): Fix the type of the "output" variable. Signed-off-by: Federico Mena Quintero <federico@novell.com> svn path=/trunk/; revision=9185
This commit is contained in:
parent
78cd96248d
commit
23f974558f
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-12-18 Federico Mena Quintero <federico@novell.com>
|
||||
|
||||
* xrandr-capplet.c (select_current_output_from_dialog_position):
|
||||
Fix the type of the "output" variable.
|
||||
|
||||
==================== 2.25.3 ====================
|
||||
|
||||
2008-12-16 Federico Mena Quintero <federico@novell.com>
|
||||
|
|
|
@ -1807,10 +1807,10 @@ 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))
|
||||
{
|
||||
GnomeOutputInfo *output;
|
||||
|
||||
output = get_output_for_window (app->current_configuration, app->dialog->window);
|
||||
|
||||
if (output)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue