Removed warning when XGetWindowProperty fails - this can be the desired

* Removed warning when XGetWindowProperty fails - this can
  be the desired behavior.
                                        -owt
This commit is contained in:
Owen Taylor
1997-12-13 02:08:35 +00:00
parent 4bb8907c2b
commit da9a8aee9e
9 changed files with 217 additions and 2 deletions

View File

@ -96,7 +96,6 @@ gdk_property_get (GdkWindow *window,
&ret_data);
if ((ret_prop_type == None) && (ret_format == 0)) {
g_warning("XGetWindowProperty failed\n");
return FALSE;
}

View File

@ -96,7 +96,6 @@ gdk_property_get (GdkWindow *window,
&ret_data);
if ((ret_prop_type == None) && (ret_format == 0)) {
g_warning("XGetWindowProperty failed\n");
return FALSE;
}