A Pile of pending changes
This commit is contained in:
parent
52d3daae86
commit
b6e858deb7
13 changed files with 799 additions and 983 deletions
|
@ -1,3 +1,9 @@
|
|||
2002-07-16 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* file-types-properties.glade (</) : rearrange the extensions area.
|
||||
* mime-edit-dialog.c (mime_edit_dialog_init) : add when the entry is
|
||||
activated.
|
||||
|
||||
2002-07-10 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* mime-edit-dialog.c (mime_edit_dialog_init) : set the icon here.
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -199,7 +199,7 @@ mime_edit_dialog_init (MimeEditDialog *dialog, MimeEditDialogClass *class)
|
|||
|
||||
gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog->p->dialog_win)->vbox), WID ("edit_widget"), TRUE, TRUE, 0);
|
||||
|
||||
g_signal_connect_swapped (G_OBJECT (WID ("add_ext_button")), "clicked", (GCallback) add_ext_cb, dialog);
|
||||
g_signal_connect_swapped (G_OBJECT (WID ("new_ext_entry")), "activate", (GCallback) add_ext_cb, dialog);
|
||||
g_signal_connect_swapped (G_OBJECT (WID ("remove_ext_button")), "clicked", (GCallback) remove_ext_cb, dialog);
|
||||
g_signal_connect_swapped (G_OBJECT (WID ("choose_button")), "clicked", (GCallback) choose_cat_cb, dialog);
|
||||
g_signal_connect_swapped (G_OBJECT (WID ("default_action_select")), "changed", (GCallback) default_action_changed_cb, dialog);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue