Bug#423868: gnome-system-tools: connectino_combo_get_value() implicitly converted to pointer

dann frazier dannf at debian.org
Mon May 14 16:06:27 UTC 2007


Package: gnome-system-tools
Version: 2.18.1-1
Severity: important
Tags: patch

Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.

This is often due to a missing function prototype definition.

[1]http://people.debian.org/~dannf/check-implicit-pointer-functions

Function `connection_combo_get_value' implicitly converted to pointer at callbacks.c:110

Note that only the connection_combo_get_value proto is necessary to
fix this bug, but I added the set_value counterpart for completion.

--- gnome-system-tools-2.18.1/src/network/connection.h~	2007-02-24 10:23:24.000000000 -0700
+++ gnome-system-tools-2.18.1/src/network/connection.h	2007-05-14 10:01:04.000000000 -0600
@@ -102,6 +102,9 @@ void connection_dialog_hide (GstConnecti
 gchar *connection_get_config_method (GstConnectionDialog *dialog);
 void   connection_set_config_method (GstConnectionDialog *dialog,
 				     const gchar         *method);
+void connection_combo_set_value (GtkComboBox *combo, const gchar *method);
+gchar *connection_combo_get_value (GtkComboBox *combo);
+
 
 
 #endif /* __CONNECTION_H */

-- 
dann frazier | HP Open Source and Linux Organization





More information about the pkg-gnome-maintainers mailing list