comparison console/gntnotify.c @ 14198:c65ed4f6eea8

[gaim-migrate @ 16870] Do the right thing: remove the compile warnings. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 19 Aug 2006 03:38:23 +0000
parents eaf7f35635bc
children a8a0b10be4fb
comparison
equal deleted inserted replaced
14197:f1270dc1d9d2 14198:c65ed4f6eea8
291 text = _("Join"); 291 text = _("Join");
292 break; 292 break;
293 case GAIM_NOTIFY_BUTTON_INVITE: 293 case GAIM_NOTIFY_BUTTON_INVITE:
294 text = _("Invite"); 294 text = _("Invite");
295 break; 295 break;
296 default:
297 text = _("(none)");
296 } 298 }
297 299
298 button = gnt_button_new(text); 300 button = gnt_button_new(text);
299 g_object_set_data(G_OBJECT(button), "notify-account", gaim_connection_get_account(gc)); 301 g_object_set_data(G_OBJECT(button), "notify-account", gaim_connection_get_account(gc));
300 g_object_set_data(G_OBJECT(button), "notify-data", data); 302 g_object_set_data(G_OBJECT(button), "notify-data", data);