diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-10-15 19:00:57 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-10-15 19:00:57 +0000 |
| commit | c96af18fffa3e5e0affe7ca2a895c29783a3475b (patch) | |
| tree | e5d4158baae855eba923f98d6b0eb20639623e9f /plugins | |
| parent | f32637f989ce6bb78f0a4a6d7606618952f95f30 (diff) | |
| download | pcsxr-c96af18fffa3e5e0affe7ca2a895c29783a3475b.tar.gz | |
.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80433 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.ui | 4 | ||||
| -rw-r--r-- | plugins/dfinput/Makefile.am | 4 | ||||
| -rw-r--r-- | plugins/dfnet/Makefile.am | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.ui b/plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.ui index 552a642b..50f6fef9 100644 --- a/plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.ui +++ b/plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.ui @@ -58,7 +58,7 @@ <object class="GtkHBox" id="hbox5"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="border_width">10</property> + <property name="border_width">5</property> <child> <object class="GtkComboBoxEntry" id="cddev_comboboxentry"> <property name="visible">True</property> @@ -321,7 +321,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="border_width">10</property> + <property name="border_width">5</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> </object> diff --git a/plugins/dfinput/Makefile.am b/plugins/dfinput/Makefile.am index cceed304..f4926905 100644 --- a/plugins/dfinput/Makefile.am +++ b/plugins/dfinput/Makefile.am @@ -9,12 +9,12 @@ libDFInput_la_LIBADD = -lpthread -lX11 $(SDL_LIBS) AM_CPPFLAGS = -DLOCALE_DIR=\"${datadir}/locale/\" \ -DDATADIR=\"${datadir}/psemu/\" \ - $(GTK2_CFLAGS) $(GLADE2_CFLAGS) \ + $(GTK2_CFLAGS) \ -I../../include -I../../libpcsxcore $(SDL_CFLAGS) bin_PROGRAMS = cfgDFInput cfgDFInput_SOURCES = cfg-gtk2.c pad.h -cfgDFInput_LDADD = $(GTK2_LIBS) $(GLADE2_LIBS) $(SDL_LIBS) -lX11 +cfgDFInput_LDADD = $(GTK2_LIBS) $(SDL_LIBS) -lX11 glade_DATA = dfinput.ui gladedir = $(datadir)/psemu/ diff --git a/plugins/dfnet/Makefile.am b/plugins/dfnet/Makefile.am index d67a106b..835e82a3 100644 --- a/plugins/dfnet/Makefile.am +++ b/plugins/dfnet/Makefile.am @@ -8,12 +8,12 @@ libDFNet_la_LDFLAGS = -module -avoid-version AM_CPPFLAGS = -DLOCALE_DIR=\"${datadir}/locale/\" \ -DDATADIR=\"${datadir}/psemu/\" \ - $(GTK2_CFLAGS) $(GLADE2_CFLAGS) \ + $(GTK2_CFLAGS) \ -I../../libpcsxcore -I../../include bin_PROGRAMS = cfgDFNet cfgDFNet_SOURCES = gui.c -cfgDFNet_LDADD = $(GTK2_LIBS) $(GLADE2_LIBS) +cfgDFNet_LDADD = $(GTK2_LIBS) glade_DATA = dfnet.ui gladedir = $(datadir)/psemu/ |
