Skip to content

Commit

Permalink
Change version. Fix graphic
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jul 21, 2014
1 parent 323e541 commit ed73ed4
Show file tree
Hide file tree
Showing 6 changed files with 706 additions and 5 deletions.
4 changes: 2 additions & 2 deletions I-Nex/i-nex/.project
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Title=I-Nex
Startup=Start_App_Args
Icon=logo/i-nex.0.4.x.png
Version=7.2.0
Version=7.2.1
Component=gb.image
Component=gb.qt4
Component=gb.form
Expand All @@ -20,7 +20,7 @@ Vendor=i-nex
[email protected]
Url=http://i-nex.linux.pl/
License=General Public Licence
PackageName=i-nex-7.2.0
PackageName=i-nex-7.2.1
Packager=1
Systems=autotools
Menus=archlinux:"Applications/System/Administration"
Expand Down
2 changes: 1 addition & 1 deletion I-Nex/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ Public Sub grafika()
Shell ChkPrm.ChkExecDir("xrandr") & " | grep current | grep 'Screen 0:' | cut -d ':' -f 2" Wait To available_resolutions
Shell ChkPrm.ChkExecDir("xdpyinfo") & " | grep 'dimensions:' | cut -d ':' -f 2" Wait To rozdzielczosc
If IsNull(Kernel_driver_in_use) Or IsSpace(Kernel_driver_in_use) = True Then
Exec [ChkPrm.ChkExecDir("xdriinfo")] Wait To Kernel_driver_in_use
Try Exec [ChkPrm.ChkExecDir("xdriinfo")] Wait To Kernel_driver_in_use
Endif
Exec ["/bin/bash", "/usr/bin/i-nex-lspci", "nonprefetchable"] Wait To memory_non_prefetchable
Exec ["/bin/bash", "/usr/bin/i-nex-lspci", "prefetchable"] Wait To memory_prefetchable
Expand Down
2 changes: 1 addition & 1 deletion I-Nex/i-nex/.startup
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Start_App_Args
I-Nex
0
0
7.2.0
7.2.1

gb.image
gb.qt4
Expand Down
3 changes: 2 additions & 1 deletion changelogs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ compress-changelogs:
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-0.6.4
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-0.6.6
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-7.0.0
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-7.2.0
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-7.2.0
${COMPRESS} $(DESTDIR)$(PREFIX)$(DOCSDIR)/changelog-7.2.1
Loading

0 comments on commit ed73ed4

Please sign in to comment.