| 686 PIDGIN_DIALOG(dialog); |
686 PIDGIN_DIALOG(dialog); |
| 687 |
687 |
| 688 gtk_window_set_resizable(GTK_WINDOW(dialog), FALSE); |
688 gtk_window_set_resizable(GTK_WINDOW(dialog), FALSE); |
| 689 gtk_window_set_role(GTK_WINDOW(dialog), "smiley_dialog"); |
689 gtk_window_set_role(GTK_WINDOW(dialog), "smiley_dialog"); |
| 690 gtk_window_set_position(GTK_WINDOW(dialog), GTK_WIN_POS_MOUSE); |
690 gtk_window_set_position(GTK_WINDOW(dialog), GTK_WIN_POS_MOUSE); |
| |
691 gtk_window_set_transient_for(GTK_WINDOW(dialog), gtk_widget_get_toplevel(toolbar)); |
| 691 |
692 |
| 692 if (unique_smileys != NULL) { |
693 if (unique_smileys != NULL) { |
| 693 struct smiley_button_list *ls, *it, *it_tmp; |
694 struct smiley_button_list *ls, *it, *it_tmp; |
| 694 GtkWidget *line; |
695 GtkWidget *line; |
| 695 int line_width = 0; |
696 int line_width = 0; |