[gnome-bluetooth] try again

Matthias Clasen mclasen at fedoraproject.org
Thu Sep 23 11:39:24 UTC 2010


commit 582ff9a8e829edae49008ffcba1be930844fecb2
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Thu Sep 23 07:38:34 2010 -0400

    try again

 gtk-build-fixes.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk-build-fixes.patch b/gtk-build-fixes.patch
index 4afacd3..c83ed94 100644
--- a/gtk-build-fixes.patch
+++ b/gtk-build-fixes.patch
@@ -100,7 +100,7 @@ diff -up gnome-bluetooth-2.90.0/sendto/main.c.gtk-fixes gnome-bluetooth-2.90.0/s
  	send_button = gtk_dialog_add_button (GTK_DIALOG (dialog), _("Send _To"), GTK_RESPONSE_ACCEPT);
 diff -up gnome-bluetooth-2.90.0/wizard/bluetooth-input.c.gtk-fixes gnome-bluetooth-2.90.0/wizard/bluetooth-input.c
 --- gnome-bluetooth-2.90.0/wizard/bluetooth-input.c.gtk-fixes	2010-09-23 07:18:17.987998308 -0400
-+++ gnome-bluetooth-2.90.0/wizard/bluetooth-input.c	2010-09-23 07:23:55.277998000 -0400
++++ gnome-bluetooth-2.90.0/wizard/bluetooth-input.c	2010-09-23 07:38:24.391998001 -0400
 @@ -104,7 +104,7 @@ supports_xinput_devices (void)
  {
  	gint op_code, event, error;
@@ -115,7 +115,7 @@ diff -up gnome-bluetooth-2.90.0/wizard/bluetooth-input.c.gtk-fixes gnome-bluetoo
  	has_mouse = FALSE;
  
 -	device_info = XListInputDevices (GDK_DISPLAY (), &n_devices);
-+	device_info = XListInputDevices (GDK_DISPLAY_XDISPLAY (gdk_display_xdisplay ()), &n_devices);
++	device_info = XListInputDevices (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()), &n_devices);
  	for (i = 0; i < n_devices; i++) {
  		gboolean is_mouse, is_keyboard;
  		if (device_info[i].use != IsXExtensionKeyboard &&


More information about the scm-commits mailing list