]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktrayicon-x11.c
filechooserbutton: In SELECT_FOLDER, when the selection is empty, show (None) in...
[~andy/gtk] / gtk / gtktrayicon-x11.c
index f57da1ef5f7128bd459b8d3370dc0a75434c8212..8295161d7758e11fce46bb9e8e4a9710c07302f5 100644 (file)
@@ -12,9 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
@@ -757,8 +755,10 @@ gtk_tray_icon_manager_filter (GdkXEvent *xevent,
          gtk_tray_icon_manager_window_destroyed (icon);
        }
       else
-        GTK_NOTE (PLUGSOCKET,
-                 g_print ("GtkStatusIcon %p: got other message on manager window\n", icon));
+        {
+          GTK_NOTE (PLUGSOCKET,
+                    g_print ("GtkStatusIcon %p: got other message on manager window\n", icon));
+        }
     }
   
   return GDK_FILTER_CONTINUE;
@@ -881,8 +881,10 @@ gtk_tray_icon_update_manager_window (GtkTrayIcon *icon)
        }
     }
   else
-    GTK_NOTE (PLUGSOCKET,
-             g_print ("GtkStatusIcon %p: no tray manager found\n", icon));
+    {
+      GTK_NOTE (PLUGSOCKET,
+                g_print ("GtkStatusIcon %p: no tray manager found\n", icon));
+    }
 }
 
 static void