handlers being not found have been fixed and the buttons to which they are
wired should be functional again. This was a regression in 2.50.0 See #2279
for details.
+- Smyrna warnings about the `mAttributesSlot` handler being not found have been
+ fixed and the button to which it is wired should be functional again. This was
+ a regression in 2.49.2 See #2279 for details.
## [6.0.1] – 2022-09-11
#include <ctype.h>
#include "frmobjectui.h"
+void mAttributesSlot(GtkWidget * widget, gpointer user_data)
+{
+ showAttrsWidget(view->Topview);
+}
+
void mOpenSlot(GtkWidget * widget, gpointer user_data)
{
(void)widget;
#include "gui.h"
//file
+ _BB void mAttributesSlot(GtkWidget * widget, gpointer user_data);
_BB void mOpenSlot(GtkWidget * widget, gpointer user_data);
_BB void mSaveSlot(GtkWidget * widget, gpointer user_data);
_BB void mSaveAsSlot(GtkWidget * widget, gpointer user_data);