chiark / gitweb /
Add OK and Help buttons to playlists, and Help button to track
[disorder] / disobedience / login.c
index 36850c11da60b9f201c59da9b0033c3bea1cdedc..4031c3a654759e2cd683382e166e978a1df8cc0a 100644 (file)
@@ -254,13 +254,15 @@ static struct button buttons[] = {
     "Login",
     login_ok,
     "(Re-)connect using these settings",
-    0
+    0,
+    NULL,
   },
   {
     GTK_STOCK_CLOSE,
     login_cancel,
     "Discard changes and close window",
-    0
+    0,
+    NULL,
   },
 };