comparison src/gtkimhtml.c @ 10537:74180743304a

[gaim-migrate @ 11890] Compile warning fix and get rid of some extra whitespace committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 22 Jan 2005 19:40:30 +0000
parents 55e7d72fc09a
children 77ef3f2f0df8
comparison
equal deleted inserted replaced
10536:c047cf7e18ba 10537:74180743304a
1482 return 0; 1482 return 0;
1483 } 1483 }
1484 1484
1485 void 1485 void
1486 gtk_imhtml_associate_smiley (GtkIMHtml *imhtml, 1486 gtk_imhtml_associate_smiley (GtkIMHtml *imhtml,
1487 gchar *sml, 1487 const gchar *sml,
1488 GtkIMHtmlSmiley *smiley) 1488 GtkIMHtmlSmiley *smiley)
1489 { 1489 {
1490 GtkSmileyTree *tree; 1490 GtkSmileyTree *tree;
1491 g_return_if_fail (imhtml != NULL); 1491 g_return_if_fail (imhtml != NULL);
1492 g_return_if_fail (GTK_IS_IMHTML (imhtml)); 1492 g_return_if_fail (GTK_IS_IMHTML (imhtml));