]> Pileus Git - ~andy/gtk/commitdiff
Don't export emit_ok_response
authorMatthias Clasen <mclasen@redhat.com>
Mon, 15 Dec 2008 19:55:21 +0000 (19:55 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 15 Dec 2008 19:55:21 +0000 (19:55 +0000)
2008-12-15  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkprintunixdialog.c: Don't export emit_ok_response

svn path=/trunk/; revision=21909

ChangeLog
gtk/gtkprintunixdialog.c

index 40972e5eddb76beac21511ad45c9fb063b75d063..c1299be435c49c207e86f208cf6059aae6e089d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * gtk/gtkfilechooserdefault.c: (list_row_activated):
index 5a7b406a380bd64401fac89060616121972c5280..128722745a3a3409826a67161f4630c4e301ebe7 100644 (file)
@@ -1697,7 +1697,7 @@ update_range_sensitivity (GtkWidget *button,
   gtk_widget_set_sensitive (range, active);
 }
 
-void
+static void
 emit_ok_response (GtkTreeView       *tree_view,
                   GtkTreePath       *path,
                   GtkTreeViewColumn *column,