registry team mailing list archive
-
registry team
-
Mailing list archive
-
Message #14598
[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start()
Here's brasero plugin info:
static
NstPluginInfo plugin_info = {
// icon;
"brasero",
// id
"nautilus-burn",
// description
N_("CD/DVD Creator"),
// gettext_package
NULL,
// capabilities
NAUTILUS_CAPS_SEND_DIRECTORIES,
// init
init,
// get_contacts_widget
get_contacts_widget,
// validate_destination
NULL,
// send_files
send_files,
// destroy
destroy
};
And here's what libnstbluetooth has:
static
NstPluginInfo plugin_info = {
// icon;
"bluetooth",
// id
"bluetooth",
// description
N_("Bluetooth (OBEX Push)"),
// gettext_package
GETTEXT_PACKAGE,
// capabilities
FALSE,
// init
NAUTILUS_CAPS_NONE,
// get_contacts_widget
init,
// validate_destination
get_contacts_widget,
// send_files
validate_destination,
// destroy
send_files,
// ????
destroy
};
So it looks like libnstbluetooth has an extra FALSE item now.
--
nautilus-sendto crashed with SIGSEGV in _start()
https://bugs.launchpad.net/bugs/632358
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for GNOME Bluetooth.