d/p/01_add_back_power_indicator added

closes: #884097
This commit is contained in:
Yves-Alexis Perez 2018-02-21 11:07:37 +01:00
parent 68490f8f60
commit c968f610dd
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,13 @@
=== modified file 'a/src/lightdm-gtk-greeter.c'
--- a/src/lightdm-gtk-greeter.c 2018-02-19 02:07:35 +0000
+++ b/src/lightdm-gtk-greeter.c 2018-02-21 10:03:36 +0000
@@ -95,7 +95,7 @@
static GtkImage *power_icon;
static const gchar *DEFAULT_LAYOUT[] = {"~spacer", "~spacer", "~host", "~spacer",
- "~session", "~a11y", "~clock", NULL};
+ "~session", "~a11y", "~clock", "~power", NULL};
static const gchar *POWER_WINDOW_DATA_LOOP = "power-window-loop"; /* <GMainLoop*> */
static const gchar *POWER_WINDOW_DATA_RESPONSE = "power-window-response"; /* <GtkResponseType> */

View File

@ -1 +1 @@
#01_at-spi.patch
01_add_back_power_indicator.patch