Don't export emit_ok_response
2008-12-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintunixdialog.c: Don't export emit_ok_response svn path=/trunk/; revision=21909
This commit is contained in:

committed by
Matthias Clasen

parent
d1a0239a18
commit
1b62d9ebda
@ -1,3 +1,7 @@
|
|||||||
|
2008-12-15 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkprintunixdialog.c: Don't export emit_ok_response
|
||||||
|
|
||||||
2008-12-15 Tomas Bzatek <tbzatek@redhat.com>
|
2008-12-15 Tomas Bzatek <tbzatek@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkfilechooserdefault.c: (list_row_activated):
|
* gtk/gtkfilechooserdefault.c: (list_row_activated):
|
||||||
|
@ -1697,7 +1697,7 @@ update_range_sensitivity (GtkWidget *button,
|
|||||||
gtk_widget_set_sensitive (range, active);
|
gtk_widget_set_sensitive (range, active);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
emit_ok_response (GtkTreeView *tree_view,
|
emit_ok_response (GtkTreeView *tree_view,
|
||||||
GtkTreePath *path,
|
GtkTreePath *path,
|
||||||
GtkTreeViewColumn *column,
|
GtkTreeViewColumn *column,
|
||||||
|
Reference in New Issue
Block a user