[Xfce4-commits] <xfce4-settings:master> Revert previous commit to be able to cleanly apply another patch
Nick Schermer
noreply at xfce.org
Sun Oct 28 10:44:55 CET 2012
Updating branch refs/heads/master
to 720535bd5332b33735a05a66b70ef1186080fd17 (commit)
from c3036362dbffe9a9cafff721960a89bdd828e957 (commit)
commit 720535bd5332b33735a05a66b70ef1186080fd17
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Tue Oct 16 01:20:43 2012 +0200
Revert previous commit to be able to cleanly apply another patch
dialogs/display-settings/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dialogs/display-settings/main.c b/dialogs/display-settings/main.c
index ce246ee..d4a60aa 100644
--- a/dialogs/display-settings/main.c
+++ b/dialogs/display-settings/main.c
@@ -550,7 +550,7 @@ display_setting_guess_positioning (GtkBuilder *builder)
if (n != active_output)
{
/* Check for mirror */
- if ( (xfce_randr->position[n].x == current_x) &&
+ if ( (xfce_randr->position[n].x == current_x) &&
(xfce_randr->position[n].y == current_y) ) {
gtk_combo_box_set_active( GTK_COMBO_BOX(position_combo), 0 );
gtk_combo_box_set_active( GTK_COMBO_BOX(display_combo), cb_index );
More information about the Xfce4-commits
mailing list