[gnome-control-center/gnome-3-8] display: s/gnome_rr_output_is_builtin_display/gnome_rr_output_is_laptop/
- From: Jonh Wendell <jwendell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gnome-3-8] display: s/gnome_rr_output_is_builtin_display/gnome_rr_output_is_laptop/
- Date: Mon, 22 Jul 2013 13:44:55 +0000 (UTC)
commit fe45299cf0d43538c5ba0da4f605b9a116283286
Author: Jonh Wendell <jonh wendell intel com>
Date: Mon Jul 22 10:38:51 2013 -0300
display: s/gnome_rr_output_is_builtin_display/gnome_rr_output_is_laptop/
branch 3.8 must use the old naming of that function.
panels/display/cc-display-panel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/display/cc-display-panel.c b/panels/display/cc-display-panel.c
index 7f0431c..8210750 100644
--- a/panels/display/cc-display-panel.c
+++ b/panels/display/cc-display-panel.c
@@ -710,7 +710,7 @@ rebuild_on_off_radios (CcDisplayPanel *self)
output = gnome_rr_screen_get_output_by_name (self->priv->screen,
gnome_rr_output_info_get_name
(self->priv->current_output));
- display_closed = gnome_rr_output_is_builtin_display (output);
+ display_closed = gnome_rr_output_is_laptop (output);
}
if ((count_active_outputs (self) > 1 || !gnome_rr_output_info_is_active (self->priv->current_output))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]