GNOME Bugzilla – Bug 768106
preferences: move vcs preferences to preferences-builtin
Last modified: 2016-06-28 05:08:35 UTC
Created attachment 330454 [details] [review] patch vcs settings can now use vcs-config from preferences-builtin instead of preference addins.
Review of attachment 330454 [details] [review]: Looks good, just a couple style nits. ::: libide/preferences/ide-preferences-builtin.c @@ -323,0 +324,52 @@ +static void +author_changed_cb (IdePreferencesEntry *entry, + const gchar *text, ... 49 more ... Always initialize autofree variables to NULL. @@ -323,0 +324,80 @@ +static void +author_changed_cb (IdePreferencesEntry *entry, + const gchar *text, ... 77 more ... space before open parens.
Created attachment 330470 [details] [review] patch(updated)
Thanks!