[gtkmm] Fix "make check" after deprecations
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Fix "make check" after deprecations
- Date: Sun, 8 May 2016 08:01:38 +0000 (UTC)
commit 5a4201b7e5c9ed76bd926d64c4d89e37011576af
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date: Sun May 8 09:59:13 2016 +0200
Fix "make check" after deprecations
demos/gtk-demo/example_change_display.cc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/demos/gtk-demo/example_change_display.cc b/demos/gtk-demo/example_change_display.cc
index 83e3100..443203a 100644
--- a/demos/gtk-demo/example_change_display.cc
+++ b/demos/gtk-demo/example_change_display.cc
@@ -3,7 +3,7 @@
* Demonstrates migrating a window between different displays.
* A display is a mouse and keyboard with some number of
* associated monitors. The neat thing about having multiple
- * displays is that they can be on a completely separate
+ * displays is that they can be on completely separate
* computers, as long as there is a network connection to the
* computer where the application is running.
*
@@ -272,7 +272,7 @@ void Example_ChangeDisplay::query_change_display()
"to move to the new screen");
if (pTopLevel)
- pTopLevel->set_screen( m_refCurrentDisplay->get_screen() );
+ pTopLevel->set_screen( m_refCurrentDisplay->get_default_screen() );
else
refScreen->get_display()->beep();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]