Skip to content

Commit 9ace2c4

Browse files
authored
replace deprecated use of GObject.SIGNAL_RUN_FIRST by GObject.SignalFlags.RUN_FIRST (#11128)
1 parent 087efed commit 9ace2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def add_controls(self, controls):
121121
class EditableEntry (Gtk.Notebook):
122122

123123
__gsignals__ = {
124-
'changed': (GObject.SIGNAL_RUN_FIRST, None,
124+
'changed': (GObject.SignalFlags.RUN_FIRST, None,
125125
(str,))
126126
}
127127

0 commit comments

Comments
 (0)