chiark / gitweb /
disobedience now embeds image files
[disorder] / disobedience / properties.c
index aff768eb5290fb19541593a5b165c5b492403854..d306b56cdab5fbce9b261f78e6c10cbf0c99e61c 100644 (file)
@@ -185,7 +185,7 @@ void properties(int ntracks, const char **tracks) {
   }
   assert(properties_table == 0);
   if(ntracks > INT_MAX / NPREFS) {
-    popup_error("Too many tracks selected");
+    popup_msg(GTK_MESSAGE_ERROR, "Too many tracks selected");
     return;
   }
   /* Create a new properties window */