summaryrefslogtreecommitdiff
path: root/gtk/gtkpagesetupunixdialog.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-06-12 04:39:55 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-06-12 04:39:55 +0000
commit01e3463f91fa8d4d83742a043a0685205fc8ae65 (patch)
tree74c1e9899c444cb88fc902f9ece98db49c56633e /gtk/gtkpagesetupunixdialog.c
parent4d01cb2ca437f6a78d49c63bf0fc461fc3da9f59 (diff)
downloadgtk+-01e3463f91fa8d4d83742a043a0685205fc8ae65.tar.gz
Cosmetic cleanups.
2006-06-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintjob.c: * gtk/gtkprintbackend.c: * gtk/gtkpagesetupunixdialog.c: * gtk/gtkprintunixdialog.c: Cosmetic cleanups.
Diffstat (limited to 'gtk/gtkpagesetupunixdialog.c')
-rw-r--r--gtk/gtkpagesetupunixdialog.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/gtk/gtkpagesetupunixdialog.c b/gtk/gtkpagesetupunixdialog.c
index 6697effce7..3e7e49e30a 100644
--- a/gtk/gtkpagesetupunixdialog.c
+++ b/gtk/gtkpagesetupunixdialog.c
@@ -602,7 +602,8 @@ get_current_page_setup (GtkPageSetupUnixDialog *dialog)
}
static gboolean
-page_setup_is_equal (GtkPageSetup *a, GtkPageSetup *b)
+page_setup_is_equal (GtkPageSetup *a,
+ GtkPageSetup *b)
{
return
gtk_paper_size_is_equal (gtk_page_setup_get_paper_size (a),
@@ -614,7 +615,8 @@ page_setup_is_equal (GtkPageSetup *a, GtkPageSetup *b)
}
static gboolean
-page_setup_is_same_size (GtkPageSetup *a, GtkPageSetup *b)
+page_setup_is_same_size (GtkPageSetup *a,
+ GtkPageSetup *b)
{
return gtk_paper_size_is_equal (gtk_page_setup_get_paper_size (a),
gtk_page_setup_get_paper_size (b));
@@ -796,7 +798,8 @@ printer_changed_callback (GtkComboBox *combo_box,
GtkTreeIter iter;
/* If we're waiting for a specific printer but the user changed
- to another printer, cancel that wait. */
+ * to another printer, cancel that wait.
+ */
if (priv->waiting_for_printer)
{
g_free (priv->waiting_for_printer);