GNOME Bugzilla – Bug 592568
Remove libglade dependency
Last modified: 2009-08-24 09:45:15 UTC
Remove libglade dependency in eex. Quite simple at the moment, as the rest glade files are not used anywhere. Might be able to test it as soon as the build break is solved (bug #590251) and not forget to take care of this when merging pieces from eds and evo into eex (bug #456240). I believe we can do the glade transforms to the code and omit any .ui files here.
Created attachment 141327 [details] [review] proposed eex patch for evolution-exchange; This patch, together with these commands: $ git rm storage/*.glade $ git rm storage/exchange-change-password.c $ git rm storage/exchange-change-password.h makes eex glade free.
Marvelous! Approved.
Created commit de0ba0e in eex master (2.29.1+)