Commit f3477a35 authored by Rémi Duraffort's avatar Rémi Duraffort

qt4_menus: fix segfault.

parent 298ea68c
...@@ -122,7 +122,7 @@ void addMIMStaticEntry( intf_thread_t *p_intf, ...@@ -122,7 +122,7 @@ void addMIMStaticEntry( intf_thread_t *p_intf,
} }
else else
{ {
menu->addAction( text, THEMIM, member ); action = menu->addAction( text, THEMIM, member );
} }
action->setData( "ignore" ); action->setData( "ignore" );
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment