918b07bb18
g_strcasecmp() was deprecated and produces warnings with later glib, which is fatal with -Werror. The method is used to relax an equal comparison of the config name. Config names are not case sensitive and SyncEvolution is using a similar "to lower" approach, so relaxing the comparison is okay, although it is uncertain why exactly it is necessary and/or whether it catches all cases. All strings are expected to be UTF-8, but because SyncEvolution only does primitive lowercasing itself, calling g_ascii_strcasecmp() seems like a better match than the full UTF-8 aware case handling methods in glib. |
||
---|---|---|
.. | ||
gtk-ui.am | ||
gtkinfobar.c | ||
gtkinfobar.h | ||
main.c | ||
mux-frame.c | ||
mux-frame.h | ||
README | ||
sync-config-widget.c | ||
sync-config-widget.h | ||
sync-generic.png | ||
sync-gtk.desktop.in | ||
sync-spinner.gif | ||
sync-ui-config.c | ||
sync-ui-config.h | ||
sync-ui.c | ||
sync-ui.h | ||
sync-ui.rc | ||
sync.desktop.in | ||
sync.png | ||
ui.xml |
SyncEvolution Graphical User Interface for Moblin * Running Syncevolution D-Bus service must be either running or installed properly (so DBus autostart works). the client itself must be installed so glade ui file and rc style file get found. * Support This is the GTK+-2.0 version of the client. It is supported but sohuld be considered to be in maintenance mode: Please consider the version in src/gtk3-ui.