This commit is contained in:
committed by
Git OBS Bridge
parent
adc7f6d78a
commit
746b392acc
@@ -1727,9 +1727,9 @@ index 50478c5..825f0c5 100644
|
||||
--- a/gui/simple-greeter/gdm-greeter-panel.c
|
||||
+++ b/gui/simple-greeter/gdm-greeter-panel.c
|
||||
@@ -40,6 +40,7 @@
|
||||
#include "gdm-language-option-widget.h"
|
||||
#include "gdm-layout-option-widget.h"
|
||||
#include "gdm-session-option-widget.h"
|
||||
#include "gdm-timer.h"
|
||||
+#include "gdm-domain-option-widget.h"
|
||||
#include "gdm-profile.h"
|
||||
|
||||
@@ -1740,8 +1740,8 @@ index 50478c5..825f0c5 100644
|
||||
GtkWidget *session_option_widget;
|
||||
+ GtkWidget *domain_option_widget;
|
||||
|
||||
char *default_session_name;
|
||||
char *default_language_name;
|
||||
GdmTimer *animation_timer;
|
||||
double progress;
|
||||
@@ -72,6 +74,7 @@ enum {
|
||||
LANGUAGE_SELECTED,
|
||||
LAYOUT_SELECTED,
|
||||
|
Reference in New Issue
Block a user