comparison finch/libgnt/gntkeys.c @ 24503:e2e57d3c0578

Use glib log functions to show error messages.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 28 Nov 2008 06:29:37 +0000
parents 23687caad265
children 06ab3599f0db
comparison
equal deleted inserted replaced
24502:7b27f7c41d85 24503:e2e57d3c0578
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 */ 21 */
22 22
23 #include "gntinternal.h"
24 #undef GNT_LOG_DOMAIN
25 #define GNT_LOG_DOMAIN "Keys"
26
23 #include "gntkeys.h" 27 #include "gntkeys.h"
24 28
25 #include <glib.h> 29 #include <glib.h>
26 #include <stdlib.h> 30 #include <stdlib.h>
27 #include <string.h> 31 #include <string.h>