Skip to content

Commit acf405c

Browse files
committed
TimeManager: Don't derive from Gtk.Calendar
1 parent 46d02a2 commit acf405c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Services/TimeManager.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ interface FDO.Accounts : Object {
3232
public abstract string find_user_by_name (string username) throws GLib.Error;
3333
}
3434

35-
public class DateTime.Services.TimeManager : Gtk.Calendar {
35+
public class DateTime.Services.TimeManager : Object {
3636
private static TimeManager? instance = null;
3737

3838
public signal void minute_changed ();

0 commit comments

Comments
 (0)