comparison src/gtkutils.c @ 7859:e873d0bd0e6c

[gaim-migrate @ 8513] I changed some stuff with conversation menus. Stuff is renamed, moved around, not grayed out, grayed out, visible, somewhat works for chats, etc. Ima finish this tomorrow because it's 6 o'freaking clock. It shouldn't make anything worse, and might make some things better. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 14 Dec 2003 11:03:54 +0000
parents 622c9149609c
children f691e3eb4ff3
comparison
equal deleted inserted replaced
7858:1ce040412bd5 7859:e873d0bd0e6c
326 { 326 {
327 gdk_window_raise(gtkconv->u.im->save_icon->window); 327 gdk_window_raise(gtkconv->u.im->save_icon->window);
328 return; 328 return;
329 } 329 }
330 330
331 gtkconv->u.im->save_icon = gtk_file_selection_new(_("Gaim - Save Icon")); 331 gtkconv->u.im->save_icon = gtk_file_selection_new(_("Save Icon"));
332 332
333 gtk_file_selection_hide_fileop_buttons( 333 gtk_file_selection_hide_fileop_buttons(
334 GTK_FILE_SELECTION(gtkconv->u.im->save_icon)); 334 GTK_FILE_SELECTION(gtkconv->u.im->save_icon));
335 335
336 g_snprintf(buf, BUF_LEN - 1, 336 g_snprintf(buf, BUF_LEN - 1,