[Xfce4-commits] <mousepad:master> Fix a couple minor issues from last couple commits.

Matthew Brush noreply at xfce.org
Sat May 5 21:32:02 CEST 2012


Updating branch refs/heads/master
         to 4783ee11ebd8b90e70923d83a7468351d6fedb80 (commit)
       from 34cb31bbed2aef45bf0f85d34a87aea9d4eb0846 (commit)

commit 4783ee11ebd8b90e70923d83a7468351d6fedb80
Author: Matthew Brush <matt at xfce.org>
Date:   Fri Oct 7 05:58:04 2011 -0700

    Fix a couple minor issues from last couple commits.

 README                        |    2 +-
 mousepad/mousepad-statusbar.c |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README b/README
index 92fa148..0c53e33 100644
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ Required packages
 
 Mousepad depends on the following packages:
 
- - Gtk+ 2.10.0 or above
+ - Gtk+ 2.20.0 or above
  - Libxfce4util 4.4.0 or above
  - GtkSourceView 2.2.2 or above
 
diff --git a/mousepad/mousepad-statusbar.c b/mousepad/mousepad-statusbar.c
index 0967ebc..e69a494 100644
--- a/mousepad/mousepad-statusbar.c
+++ b/mousepad/mousepad-statusbar.c
@@ -236,10 +236,10 @@ mousepad_statusbar_filetype_clicked (GtkWidget         *widget,
       gtk_menu_popup (menu, NULL, NULL, NULL, NULL, event->button, event->time);
     }
   else
-  {
-    /* since the menu wasn't shown, just destroy it straight-away */
-    gtk_widget_destroy (GTK_WIDGET (menu));
-  }
+    {
+      /* since the menu wasn't shown, just destroy it straight-away */
+      gtk_widget_destroy (GTK_WIDGET (menu));
+    }
 
   return TRUE;
 }


More information about the Xfce4-commits mailing list