Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gnome-flashback
Commits
0eac1ad1
Commit
0eac1ad1
authored
Sep 13, 2015
by
Alberts Muktupāvels
Browse files
end-session-dialog: rename flashback-inhibit-* to gf-inhibit
parent
bc63ac5d
Changes
7
Hide whitespace changes
Inline
Side-by-side
gnome-flashback/flashback.gresource.xml
View file @
0eac1ad1
...
...
@@ -4,7 +4,7 @@
<file>
Adwaita.css
</file>
<file>
HighContrast.css
</file>
<file
alias=
"flashback-confirm-dialog.ui"
compressed=
"true"
>
libdisplay-config/flashback-confirm-dialog.ui
</file>
<file
alias=
"f
lashback
-inhibit-dialog.ui"
compressed=
"true"
>
libend-session-dialog/f
lashback
-inhibit-dialog.ui
</file>
<file
alias=
"
g
f-inhibit-dialog.ui"
compressed=
"true"
>
libend-session-dialog/
g
f-inhibit-dialog.ui
</file>
<file
alias=
"flashback-polkit-dialog.ui"
compressed=
"true"
>
libpolkit/flashback-polkit-dialog.ui
</file>
</gresource>
</gresources>
gnome-flashback/libend-session-dialog/Makefile.am
View file @
0eac1ad1
...
...
@@ -15,10 +15,10 @@ libend_session_dialog_la_CFLAGS = \
libend_session_dialog_la_SOURCES
=
\
dbus-end-session-dialog.c
\
dbus-end-session-dialog.h
\
flashback-inhibit-dialog.c
\
flashback-inhibit-dialog.h
\
gf-end-session-dialog.c
\
gf-end-session-dialog.h
\
gf-inhibit-dialog.c
\
gf-inhibit-dialog.h
\
$(NULL)
libend_session_dialog_la_LDFLAGS
=
\
...
...
@@ -45,7 +45,7 @@ BUILT_SOURCES = \
EXTRA_DIST
=
\
org.gnome.SessionManager.EndSessionDialog.xml
\
f
lashback
-inhibit-dialog.ui
\
g
f-inhibit-dialog.ui
\
$(NULL)
CLEANFILES
=
\
...
...
gnome-flashback/libend-session-dialog/gf-end-session-dialog.c
View file @
0eac1ad1
...
...
@@ -20,8 +20,8 @@
#include
<gtk/gtk.h>
#include
"dbus-end-session-dialog.h"
#include
"flashback-inhibit-dialog.h"
#include
"gf-end-session-dialog.h"
#include
"gf-inhibit-dialog.h"
struct
_GfEndSessionDialog
{
...
...
gnome-flashback/libend-session-dialog/f
lashback
-inhibit-dialog.c
→
gnome-flashback/libend-session-dialog/
g
f-inhibit-dialog.c
View file @
0eac1ad1
...
...
@@ -29,7 +29,7 @@
#include
<cairo-xlib.h>
#include
"config.h"
#include
"f
lashback
-inhibit-dialog.h"
#include
"
g
f-inhibit-dialog.h"
#define IS_STRING_EMPTY(string) ((string) == NULL || (string)[0] == '\0')
...
...
@@ -791,7 +791,7 @@ flashback_inhibit_dialog_class_init (FlashbackInhibitDialogClass *klass)
//flashback_register_resource ();
gtk_widget_class_set_template_from_resource
(
widget_class
,
"/org/gnome/gnome-flashback/f
lashback
-inhibit-dialog.ui"
);
gtk_widget_class_set_template_from_resource
(
widget_class
,
"/org/gnome/gnome-flashback/
g
f-inhibit-dialog.ui"
);
gtk_widget_class_bind_template_child_private
(
widget_class
,
FlashbackInhibitDialog
,
main_box
);
gtk_widget_class_bind_template_child_private
(
widget_class
,
FlashbackInhibitDialog
,
inhibitors_treeview
);
gtk_widget_class_bind_template_child_private
(
widget_class
,
FlashbackInhibitDialog
,
description_label
);
...
...
gnome-flashback/libend-session-dialog/f
lashback
-inhibit-dialog.h
→
gnome-flashback/libend-session-dialog/
g
f-inhibit-dialog.h
View file @
0eac1ad1
File moved
gnome-flashback/libend-session-dialog/f
lashback
-inhibit-dialog.ui
→
gnome-flashback/libend-session-dialog/
g
f-inhibit-dialog.ui
View file @
0eac1ad1
File moved
po/POTFILES.in
View file @
0eac1ad1
...
...
@@ -15,8 +15,8 @@ gnome-flashback/libautomount-manager/gsd-autorun.c
gnome-flashback/libbluetooth-applet/gf-bluetooth-applet.c
gnome-flashback/libdisplay-config/flashback-confirm-dialog.ui
gnome-flashback/libdisplay-config/flashback-display-config.c
gnome-flashback/libend-session-dialog/f
lashback
-inhibit-dialog.c
gnome-flashback/libend-session-dialog/f
lashback
-inhibit-dialog.ui
gnome-flashback/libend-session-dialog/
g
f-inhibit-dialog.c
gnome-flashback/libend-session-dialog/
g
f-inhibit-dialog.ui
gnome-flashback/libpolkit/flashback-authenticator.c
gnome-flashback/libpolkit/flashback-listener.c
gnome-flashback/libpolkit/flashback-polkit-dialog.c
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment