[MPlayer-cvslog] r38058 - trunk/gui/dialog/menu.c
ib
subversion at mplayerhq.hu
Wed Apr 11 13:39:19 EEST 2018
Author: ib
Date: Wed Apr 11 13:39:19 2018
New Revision: 38058
Log:
Cosmetic: Adjust indent.
Modified:
trunk/gui/dialog/menu.c
Modified: trunk/gui/dialog/menu.c
==============================================================================
--- trunk/gui/dialog/menu.c Wed Apr 11 13:37:12 2018 (r38057)
+++ trunk/gui/dialog/menu.c Wed Apr 11 13:39:19 2018 (r38058)
@@ -70,9 +70,9 @@ static GtkWidget * AddMenuCheckItem( Gtk
if ( icon )
{
- Pixbuf = gdk_pixbuf_new_from_inline(-1, icon, FALSE, NULL);
- Image = gtk_image_new_from_pixbuf(Pixbuf);
- g_object_unref(Pixbuf);
+ Pixbuf = gdk_pixbuf_new_from_inline(-1, icon, FALSE, NULL);
+ Image = gtk_image_new_from_pixbuf(Pixbuf);
+ g_object_unref(Pixbuf);
}
else Image = gtk_label_new(NULL);
@@ -112,9 +112,9 @@ static GtkWidget * AddMenuItem( GtkWidge
if ( icon )
{
- Pixbuf = gdk_pixbuf_new_from_inline(-1, icon, FALSE, NULL);
- Image = gtk_image_new_from_pixbuf(Pixbuf);
- g_object_unref(Pixbuf);
+ Pixbuf = gdk_pixbuf_new_from_inline(-1, icon, FALSE, NULL);
+ Image = gtk_image_new_from_pixbuf(Pixbuf);
+ g_object_unref(Pixbuf);
}
else Image = gtk_label_new(NULL);
@@ -147,9 +147,9 @@ static GtkWidget * AddSubMenu( GtkWidget
if ( icon )
{
- Pixbuf = gdk_pixbuf_new_from_inline(-1, icon, FALSE, NULL);
- Image = gtk_image_new_from_pixbuf(Pixbuf);
- g_object_unref(Pixbuf);
+ Pixbuf = gdk_pixbuf_new_from_inline(-1, icon, FALSE, NULL);
+ Image = gtk_image_new_from_pixbuf(Pixbuf);
+ g_object_unref(Pixbuf);
}
else Image = gtk_label_new(NULL);
More information about the MPlayer-cvslog
mailing list