gnome-control-center r8730 - branches/randr-12/capplets/display
- From: federico svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-control-center r8730 - branches/randr-12/capplets/display
- Date: Thu, 29 May 2008 18:06:01 +0000 (UTC)
Author: federico
Date: Thu May 29 18:06:01 2008
New Revision: 8730
URL: http://svn.gnome.org/viewvc/gnome-control-center?rev=8730&view=rev
Log:
Make the message about the Virtual size friendlier, even if we still need a dialog
Signed-off-by: Federico Mena Quintero <federico novell com>
Modified:
branches/randr-12/capplets/display/xrandr-capplet.c
Modified: branches/randr-12/capplets/display/xrandr-capplet.c
==============================================================================
--- branches/randr-12/capplets/display/xrandr-capplet.c (original)
+++ branches/randr-12/capplets/display/xrandr-capplet.c Thu May 29 18:06:01 2008
@@ -1512,7 +1512,8 @@
if (!(min_width <= req_width && req_width <= max_width
&& min_height <= req_height && req_height <= max_height))
{
- g_print ("Your X server sucks because it doesn't support the size I need\n");
+ /* FIXME: present a useful dialog, maybe even before the user tries to Apply */
+ g_print ("Your X server needs a larger Virtual size!\n");
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]