GNOME Bugzilla – Bug 310682
doesn't compile !WITH_KEYSERVER
Last modified: 2005-07-28 00:13:58 UTC
seahorse-key-manager.c: Auf höchster Ebene: seahorse-key-manager.c:708: Fehler: »search_activate« ist hier nicht deklariert (nicht in einer Funktion) seahorse-key-manager.c:710: Fehler: »sync_activate« ist hier nicht deklariert (nicht in einer Funktion) (which means that these functions are not declared)
Created attachment 49333 [details] [review] Patch to solve this This patch condtionally replaces the functions by NULL
Instead of replacing the function pointers with NULLs switched in with conditionals, the whole GtkActionEntry remote_entries declaration should be conditionalled out. Since the only other place in the code they're referenced is lines 783-788.
As long as they are mentioned in the .ui file, they should be declared.
Thanks. Fixed in stable. 2005-07-27 Nate Nielsen <nielsen@memberwebs.com> * src/seahorse-key-manager.c: Fix problem with compiling without WITH_KEYSERVER (bug #310682)