comparison src/gtkimhtmltoolbar.c @ 9287:2fa81d44ee6f

[gaim-migrate @ 10090] Re-add the Conversation->Insert Image doohicky. That's right, I just said doohicky. My grandmother would be proud. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 15 Jun 2004 04:18:27 +0000
parents 812e7aa7eafa
children 4399fc6e667a
comparison
equal deleted inserted replaced
9286:46cfbd17ce3e 9287:2fa81d44ee6f
431 int id; 431 int id;
432 GtkTextIter iter; 432 GtkTextIter iter;
433 GtkTextMark *ins; 433 GtkTextMark *ins;
434 434
435 if (resp != GTK_RESPONSE_OK) { 435 if (resp != GTK_RESPONSE_OK) {
436 //set_toggle(toolbar->image, FALSE);
437 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(toolbar->image), FALSE); 436 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(toolbar->image), FALSE);
438 return; 437 return;
439 } 438 }
440 439
441 name = g_strdup(gtk_file_selection_get_filename(GTK_FILE_SELECTION(widget))); 440 name = g_strdup(gtk_file_selection_get_filename(GTK_FILE_SELECTION(widget)));