disapproval of revision '81a598e1ff9d1a61b83f436cee4ae6d32770dd67' charkins.dockletgeom

Sun, 28 Oct 2007 17:07:48 +0000

author
Casey Harkins <charkins@pidgin.im>
date
Sun, 28 Oct 2007 17:07:48 +0000
branch
charkins.dockletgeom
changeset 20966
d5476c3d62e8
parent 20965
81a598e1ff9d
child 20967
682e3ca82041

disapproval of revision '81a598e1ff9d1a61b83f436cee4ae6d32770dd67'

pidgin/gtkdocklet.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkdocklet.c	Fri Oct 12 17:10:34 2007 +0000
+++ b/pidgin/gtkdocklet.c	Sun Oct 28 17:07:48 2007 +0000
@@ -712,16 +712,14 @@
 gboolean
 pidgin_docklet_get_geometry(gint *x, gint *y, gint *w, gint *h)
 {
-	if(visible && ui_ops && ui_ops->get_geometry)
-		return ui_ops->get_geometry(x, y, w, h);
+	if(visible && ui_ops && ui_ops->get_geometry) return ui_ops->get_geometry(x, y, w, h);
 	return FALSE;
 }
 
 GObject *
 pidgin_docklet_get_gdk_screen()
 {
-	if(visible && ui_ops && ui_ops->get_gdk_screen)
-		return ui_ops->get_gdk_screen();
+	if(visible && ui_ops && ui_ops->get_gdk_screen) return ui_ops->get_gdk_screen();
 	return NULL;
 }
 

mercurial